-
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 composites comparison for role in is_struct_included keycloak.py … #6688
Fix composites comparison for role in is_struct_included keycloak.py … #6688
Conversation
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.
Besides this nit about the changelog fragment, LGTM.
changelogs/fragments/6688-is-struct-included-bug-in-keycloak-py.yml
Outdated
Show resolved
Hide resolved
…y.yml Co-authored-by: Felix Fontein <felix@fontein.de>
Backport to stable-6: 💚 backport PR created✅ Backport PR branch: Backported as #6689 🤖 @patchback |
#6688) * Fix composites comparison for role in is_struct_included keycloak.py function * Add changelog fragment and unit tests * Update changelogs/fragments/6688-is-struct-included-bug-in-keycloak-py.yml Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de> (cherry picked from commit 032996e)
Backport to stable-7: 💚 backport PR created✅ Backport PR branch: Backported as #6690 🤖 @patchback |
#6688) * Fix composites comparison for role in is_struct_included keycloak.py function * Add changelog fragment and unit tests * Update changelogs/fragments/6688-is-struct-included-bug-in-keycloak-py.yml Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de> (cherry picked from commit 032996e)
@elfelip thanks a lot! |
…role in is_struct_included keycloak.py … (#6689) Fix composites comparison for role in is_struct_included keycloak.py … (#6688) * Fix composites comparison for role in is_struct_included keycloak.py function * Add changelog fragment and unit tests * Update changelogs/fragments/6688-is-struct-included-bug-in-keycloak-py.yml Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de> (cherry picked from commit 032996e) Co-authored-by: Philippe Gauthier <philippe.gauthier@inspq.qc.ca>
…role in is_struct_included keycloak.py … (#6690) Fix composites comparison for role in is_struct_included keycloak.py … (#6688) * Fix composites comparison for role in is_struct_included keycloak.py function * Add changelog fragment and unit tests * Update changelogs/fragments/6688-is-struct-included-bug-in-keycloak-py.yml Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de> (cherry picked from commit 032996e) Co-authored-by: Philippe Gauthier <philippe.gauthier@inspq.qc.ca>
Fix comparison problem with is_struct_included function of keycloak.py module utils.
SUMMARY
This apply when we compare composite in keycloak roles to detect if a change is needed.
ISSUE TYPE
COMPONENT NAME
keycloak.py module utils
ADDITIONAL INFORMATION
This fis is needed to support composites in Keycloak roles.