-
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_cert: owner, group, mode arguments enabled #8116
java_cert: owner, group, mode arguments enabled #8116
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
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! Please add a changelog fragment. Thanks.
I've resolved previous comments. Can we backport this change to 6 and 7 stable versions? |
stable-6 and stable-7 only receive bugfixes (and stable-6 only major bugfixes and security fixes), so no, since this is a new feature. Sorry. |
changelogs/fragments/8116-java_cert-enable-owner-group-mode-args.yml
Outdated
Show resolved
Hide resolved
…gs.yml Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Felix Fontein <felix@fontein.de>
This comment was marked as outdated.
This comment was marked as outdated.
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.
Looks correct to me. Will merge later today if nobody objects.
Backport to stable-8: 💚 backport PR created✅ Backport PR branch: Backported as #8152 🤖 @patchback |
@dborisov thanks for your contribution! |
* java_cert: owner, group, mode arguments enabled * java_cert: sanity fix * add changelog fragment * remove duplication in documentation * refactor change detection * fix indentation * Update changelogs/fragments/8116-java_cert-enable-owner-group-mode-args.yml Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/java_cert.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/java_cert.py Co-authored-by: Felix Fontein <felix@fontein.de> * update options --------- Co-authored-by: Felix Fontein <felix@fontein.de> (cherry picked from commit 4f758bf)
…arguments enabled (#8152) java_cert: owner, group, mode arguments enabled (#8116) * java_cert: owner, group, mode arguments enabled * java_cert: sanity fix * add changelog fragment * remove duplication in documentation * refactor change detection * fix indentation * Update changelogs/fragments/8116-java_cert-enable-owner-group-mode-args.yml Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/java_cert.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/modules/java_cert.py Co-authored-by: Felix Fontein <felix@fontein.de> * update options --------- Co-authored-by: Felix Fontein <felix@fontein.de> (cherry picked from commit 4f758bf) Co-authored-by: Denis Borisov <dborisov86@gmail.com>
SUMMARY
Enable ability to set owner, group and mode for keystore file
ISSUE TYPE
COMPONENT NAME
community.general.java_cert
ADDITIONAL INFORMATION