Skip to content

Commit

Permalink
Updated the list of filtered parameters.
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorrowe committed Apr 19, 2016
1 parent a44329e commit e5e65a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aws-sdk-core/lib/aws-sdk-core/log/param_filter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class ParamFilter
#
# ** DO NOT EDIT THE FOLLOWING LINE OF CODE **
#
SENSITIVE = [:admin_contact, :artifact_credentials, :auth_code, :base_32_string_seed, :copy_source_sse_customer_key, :local_console_password, :new_password, :old_password, :password, :plaintext, :private_key, :qr_code_png, :registrant_contact, :secret_access_key, :shared_secret, :sse_customer_key, :ssekms_key_id, :tech_contact, :trust_password, :upload_credentials, :username]
SENSITIVE = [:access_token, :admin_contact, :artifact_credentials, :auth_code, :base_32_string_seed, :client_id, :client_secret, :copy_source_sse_customer_key, :local_console_password, :new_password, :old_password, :password, :plaintext, :previous_password, :private_key, :proposed_password, :qr_code_png, :registrant_contact, :secret_access_key, :secret_hash, :shared_secret, :sse_customer_key, :ssekms_key_id, :tech_contact, :trust_password, :upload_credentials, :username, :value]

def initialize(options = {})
@filters = Set.new(SENSITIVE + Array(options[:filter]))
Expand Down

0 comments on commit e5e65a3

Please sign in to comment.