Skip to content

AWS - Define the log level for http.wire to avoid logging of credentials in the Pipeline logs

Guillaume Caillet requested to merge cailletg-fix-verbose-log into master

Type of change

  • Bug Fix
  • Feature

Please provide link to gitlab issue or ADR(Architecture Decision Record)

Does this introduce a change in the core logic?

  • [NO]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • Google Cloud
  • IBM

Does this introduce a breaking change?

  • [NO]

What is the current behavior?

What is the new/expected behavior?

AWS Change only. Integrations tests logs are too verbose and dump the raw http requests, with their payload. This could lead to leaked credentials.

Merge request reports