Skip to content

Commit

Permalink
Merge pull request #25 from matt-carr/master
Browse files Browse the repository at this point in the history
Use bool instead of string for `azure_use_workload_id`
  • Loading branch information
oleewere authored Sep 9, 2024
2 parents d4c7750 + 4d6848b commit 6b52c81
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 6b52c81

Please sign in to comment.