-
Notifications
You must be signed in to change notification settings - Fork 343
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
aws_secret (lookup) - Add support for handling secrets marked for deletion #455
aws_secret (lookup) - Add support for handling secrets marked for deletion #455
Conversation
92f396d
to
78f16c3
Compare
0c02d1b
to
0eca30a
Compare
0eca30a
to
c8508fb
Compare
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.
@tremble LGTM! There seems to be a pylint error.
ERROR: Found 1 pylint issue(s) which need to be resolved: ERROR: plugins/lookup/aws_secret.py:283:15: duplicate-except: Catching previously caught exception type ClientError
c8508fb
to
a45c192
Compare
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.
LGTM!
gating based on @alinabuzachis' "LGTM" pylint issue is a known false positive |
recheck |
SUMMARY
Currently if you try to lookup a secret that's been marked for deletion it throws an uncaught exception.
ISSUE TYPE
COMPONENT NAME
plugins/lookup/aws_secret.py
ADDITIONAL INFORMATION
Lack of support for this triggered a test failure
https://dashboard.zuul.ansible.com/t/ansible/build/69abfb39df9b4f71bc9b32aed8a2529b/log/job-output.txt
Depends-On: #460