-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix error retry handling for Route53 #51572
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kaidokert It looks there are some failing tests related to this change. Can you take a look?
Checked, i'm completely lost on how any of those changes could result in these errors. It seems completely unrelated. |
Ok jenkins finally showed me the actual issue, linting. Cleaned up |
Ported to master in #56696 |
What does this PR do?
Fixes error handling, as not all errors should be retried. Currently, if a wrong AWS key is used with no access, the error is not reported at all.
What issues does this PR fix or reference?
Previous Behavior
Configure
route53.key
in pillar to an invalid value, the access errors are not reportedNew Behavior
With invalid key provided, the exception is correctly raised and reported on state run
Tests written?
No
Commits signed with GPG?
No