-
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
Fix keycloak sanitize_cr #5934
Fix keycloak sanitize_cr #5934
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.
be1832b
to
b8e6cca
Compare
b8e6cca
to
5dd0558
Compare
Co-authored-by: Felix Fontein <[email protected]>
Backport to stable-5: 💚 backport PR created✅ Backport PR branch: Backported as #6035 🤖 @patchback |
* Fix keycloak sanitize_cr * Update changelogs/fragments/5934-fix-keycloak-sanitize_cr.yml Co-authored-by: Felix Fontein <[email protected]> --------- Co-authored-by: Claude Dioudonnat <[email protected]> Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit 78297e4)
@claudusd thanks for fixing this! |
Backport to stable-6: 💚 backport PR created✅ Backport PR branch: Backported as #6036 🤖 @patchback |
* Fix keycloak sanitize_cr * Update changelogs/fragments/5934-fix-keycloak-sanitize_cr.yml Co-authored-by: Felix Fontein <[email protected]> --------- Co-authored-by: Claude Dioudonnat <[email protected]> Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit 78297e4)
Fix keycloak sanitize_cr (#5934) * Fix keycloak sanitize_cr * Update changelogs/fragments/5934-fix-keycloak-sanitize_cr.yml Co-authored-by: Felix Fontein <[email protected]> --------- Co-authored-by: Claude Dioudonnat <[email protected]> Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit 78297e4) Co-authored-by: Claude Dioudonnat <[email protected]>
Fix keycloak sanitize_cr (#5934) * Fix keycloak sanitize_cr * Update changelogs/fragments/5934-fix-keycloak-sanitize_cr.yml Co-authored-by: Felix Fontein <[email protected]> --------- Co-authored-by: Claude Dioudonnat <[email protected]> Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit 78297e4) Co-authored-by: Claude Dioudonnat <[email protected]>
Docs Build 📝Thank you for contribution!✨ This PR has been merged and your docs changes will be incorporated when they are next published. |
* Fix keycloak sanitize_cr * Update changelogs/fragments/5934-fix-keycloak-sanitize_cr.yml Co-authored-by: Felix Fontein <[email protected]> --------- Co-authored-by: Claude Dioudonnat <[email protected]> Co-authored-by: Felix Fontein <[email protected]>
SUMMARY
When we want to set the private saml key with the module
keycloak_client
keycloak receive the value no_logThe function
sanitize_cr
set the no_log value to avoid print the key value in the ansible log.But the function copy of dict only copy the first level and keep the reference for sub dict.
ISSUE TYPE
COMPONENT NAME
keycloak_client