Skip to content

Commit

Permalink
Merge pull request #2324 from fluent/add-secret-to-tls_client_private…
Browse files Browse the repository at this point in the history
…_key_passphrase

out_forward: Add secret to tls_client_private_key_passphrase
  • Loading branch information
repeatedly authored Mar 6, 2019
2 parents e6f1f69 + c29b909 commit da3affc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fluent/plugin/out_forward.rb
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ class ConnectionClosedError < Error; end
desc 'The client private key path for TLS.'
config_param :tls_client_private_key_path, :string, default: nil
desc 'The client private key passphrase for TLS.'
config_param :tls_client_private_key_passphrase, :string, default: nil
config_param :tls_client_private_key_passphrase, :string, default: nil, secret: true

config_section :security, required: false, multi: false do
desc 'The hostname'
Expand Down

0 comments on commit da3affc

Please sign in to comment.