You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for reporting this issue. I definitely agree these should be filtered from the default logger output. I'm going to take a look at this today and see what we can do to resolve this.
I made a change to the SDK so that it will now filter sensitive parameters by default when logging request parameters. The default list will be auto-updated by checking the service definitions as an automated release task. You can add additional filters when constructing a log formatter.
versions:
with
Aws.config.update log_level: :debug
any calls toAws::KMS::Client#encrypt
are logged including theplaintext
:seems like this param should be filtered, maybe something similar to the rails
config.filter_parameters
implementation?The text was updated successfully, but these errors were encountered: