Skip to content

Commit

Permalink
Use bool instead of string for azure_use_workload_id
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-carr committed Sep 3, 2024
1 parent 463cec1 commit 4d6848b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fluent/plugin/out_azurestorage_gen2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def initialize
config_param :path, :string, :default => ""
config_param :azure_storage_account, :string, :default => nil
config_param :azure_storage_access_key, :string, :default => nil, :secret => true
config_param :azure_use_workload_id, :string, :default => false
config_param :azure_use_workload_id, :bool, :default => false
config_param :azure_federated_token_file_path, :string, :default => nil
config_param :azure_instance_msi, :string, :default => nil
config_param :azure_client_id, :string, :default => nil
Expand Down

0 comments on commit 4d6848b

Please sign in to comment.