-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
hashi_vault should report secret when an error occurs #54
Comments
Sounds good, thanks for the heads up! |
@onitake I didn't mean to close this one! That PR is not accepted/merged yet so this should stay open. If my PR gets merged this will be closed automatically |
Ah sorry I misunderstood. Keeping it open, then. |
amenzhinsky
pushed a commit
to amenzhinsky/community.general
that referenced
this issue
Nov 13, 2020
* ci: test multiple versions of grafana * Remove now useless role setup_grafana * Test the last 3 minor versions
Closed
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Migrated from ansible/ansible#65734
SUMMARY
Currently,
hashi_vault
only reports a very basic exception when it can't access a secret. On large playbooks, where many secrets are accessed, this gives no indication which secret was failing.ISSUE TYPE
COMPONENT NAME
hashi_vault
ADDITIONAL INFORMATION
The error reported by
hashi_vault
currently looks like this:This should be more like:
Or, the hvac.exceptions.Forbidden exception should be caught by the module and handled with a proper error message.
The text was updated successfully, but these errors were encountered: