-
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_role: quote role name in urls #3536
keycloak_role: quote role name in urls #3536
Conversation
The test
The test
The test
The test
The test
|
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.
One note on the changelog fragment, but seems reasonable to me.
Co-authored-by: Ajpantuso <[email protected]>
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.
Quoting user-provided input is always a good idea!
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.
LGTM, thanks!
Backport to stable-2: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply 9de01e0 on top of patchback/backports/stable-2/9de01e04f27979fe1e31ad081e956c5c8ea3cc5a/pr-3536 Backporting merged PR #3536 into main
🤖 @patchback |
Backport to stable-3: 💚 backport PR created✅ Backport PR branch: Backported as #3539 🤖 @patchback |
@laurpaum thanks for fixing this! |
* quote role name in urls * add changelog fragment * Update changelogs/fragments/3536-quote-role-name-in-url.yml Co-authored-by: Ajpantuso <[email protected]> * fix linefeeds Co-authored-by: Ajpantuso <[email protected]> (cherry picked from commit 9de01e0)
* quote role name in urls * add changelog fragment * Update changelogs/fragments/3536-quote-role-name-in-url.yml Co-authored-by: Ajpantuso <[email protected]> * fix linefeeds Co-authored-by: Ajpantuso <[email protected]> (cherry picked from commit 9de01e0) Co-authored-by: Laurent Paumier <[email protected]>
* quote role name in urls * add changelog fragment * Update changelogs/fragments/3536-quote-role-name-in-url.yml Co-authored-by: Ajpantuso <[email protected]> * fix linefeeds Co-authored-by: Ajpantuso <[email protected]>
SUMMARY
Fix #3535
Quote role names in URL path when making calls to Keycloak API
ISSUE TYPE
COMPONENT NAME
keycloak_role