Closed benjaminkz closed 1 week ago
Attention: Patch coverage is 82.24852%
with 30 lines
in your changes missing coverage. Please review.
Project coverage is 70.46%. Comparing base (
c604b4b
) to head (a8c148e
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
STSGetCallerIdentity, DescribeSecret and GetSecretValue requests may fail because of common network errors like Sdkerror::Timeout and server-side errors like Sdkerror::ServiceError<Box, HttpResponse>. This cr adds a new configurable parameter ignore_transient_errors. With that enabled, the agent will return the cached secret when running into common transient errors like the above.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.