Skip to content

Removed a potentially breaking Authentication header logging

Derek Hudson requested to merge aws-fix-format-again into aws-dev-fix

Type of change

  • Bug Fix
  • Feature

Does this introduce a change in the core logic?

  • [Yes]

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

  • AWS
  • Azure
  • GCP
  • IBM

Updates description?

Discovered when trying to fix an oes::core::Format that was erroneously checked in.

This removes the logging of the Authentication header, which could be used to acquire the client secret and ID if the Service Principal is used.

Merge request reports