Closed jamesbornholt closed 7 months ago
Attention: Patch coverage is 70.00000%
with 6 lines
in your changes are missing coverage. Please review.
Project coverage is 79.55%. Comparing base (
0d2aa00
) to head (6648ab3
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
We've been finding it difficult to follow the log output of credentials providers when investigating permissions issues. The problem is that the default chain is constructed somewhat dynamically, with some providers only added conditionally, and some dispatching differently depending on environment variables. This patch just adds some more logging in the default chain and in the providers it uses, so we can more easily trace the path of credentials resolution.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.