-
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
java_certs : Not enough info on error #5550
Conversation
Just bumped into an issue when the message was "Internal module failure, cannot extract public certificate from pkcs12, error: " Seems that the issue ansible-collections#2560 doesn't cover all cases. To make debugging easier, I propose to add error output on json return instead of only expose standard output.
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.
Thanks for your contribution! Can you please add a changelog fragment? Thanks.
changelogs/fragments/5550-java_certs-not-enough-info-on-error.yml
Outdated
Show resolved
Hide resolved
Other than the wordsmithing by Felix, LGTM |
Docs Build 📝Thank you for contribution!✨ This PR has been merged and your docs changes will be incorporated when they are next published. |
Backport to stable-6: 💚 backport PR created✅ Backport PR branch: Backported as #5623 🤖 @patchback |
* java_certs : Not enough info on error Just bumped into an issue when the message was "Internal module failure, cannot extract public certificate from pkcs12, error: " Seems that the issue #2560 doesn't cover all cases. To make debugging easier, I propose to add error output on json return instead of only expose standard output. * java_certs - add missing fragment message * Word-smithing. Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit 1ca7752)
* java_certs : Not enough info on error Just bumped into an issue when the message was "Internal module failure, cannot extract public certificate from pkcs12, error: " Seems that the issue #2560 doesn't cover all cases. To make debugging easier, I propose to add error output on json return instead of only expose standard output. * java_certs - add missing fragment message * Word-smithing. Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit 1ca7752) Co-authored-by: Naewis <[email protected]>
SUMMARY
Just bumped into an issue when the message was
"Internal module failure, cannot extract public certificate from pkcs12, error: "
and found it not really helpfull.ISSUE TYPE
COMPONENT NAME
java_certs
ADDITIONAL INFORMATION
Seems that the issue #2560 doesn't cover all cases, so to make debugging easier, I propose to add error output on json return instead of only expose standard output.