provider: Add scrubbing for sensitive data in logs #26029
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
provider
Pertains to the provider itself, rather than any interaction with AWS.
Milestone
When the log level is set to
TRACE
, the AWS Provider is logging sensitive values such as access keys.The AWS SDKs for Go provide some scrubbing for logs, but more checks need to be added.
Determine what is leaking the sensitive values. If needed, evaluate hashicorp/terraform-plugin-sdk#1006, which will be released in
terraform-plugin-sdk
v2.20.0. This will require adding the option to set the HTTP transport inaws-sdk-go-base
.References
aws-sdk-go-base
configuration #26028The text was updated successfully, but these errors were encountered: