-
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
keycloak module utils replace missing return in get_role_composites
#9691
keycloak module utils replace missing return in get_role_composites
#9691
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.
Thanks for fixing this!
...elogs/fragments/9691-keycloak-module-utils-replace-missing-return-in-get_role_composites.yml
Outdated
Show resolved
Hide resolved
Co-authored-by: Felix Fontein <[email protected]>
Backport to stable-10: 💚 backport PR created✅ Backport PR branch: Backported as #9703 🤖 @patchback |
…#9691) * fix: replace missing return (#9678) * chore: add changelog fragment (#9678) * chore: update changelog fragment (#9678) Co-authored-by: Felix Fontein <[email protected]> --------- Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit 41caa9a)
@armkeh thanks for fixing this! |
… missing return in `get_role_composites` (#9703) keycloak module utils replace missing return in `get_role_composites` (#9691) * fix: replace missing return (#9678) * chore: add changelog fragment (#9678) * chore: update changelog fragment (#9678) Co-authored-by: Felix Fontein <[email protected]> --------- Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit 41caa9a) Co-authored-by: Mark Armstrong <[email protected]>
SUMMARY
Fixes #9678.
Replaces a
return
accidentally removed by #9494.ISSUE TYPE
COMPONENT NAME
module_utils/identity/keycloak