-
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 authentication management indexing #6734
Fix Keycloak authentication management indexing #6734
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! Could you please add a changelog fragment?
The choices
addition would be an entry in minor_changes
, the bugfix an entry in bugfixes
. Please note that if you keep all changes in one PR, the bugfix cannot be backported to community.general 6.x.y.
I'll open a new PR for the minor changes, so the bugfix in this one can be backported. |
changelogs/fragments/6734-keycloak-auth-management-indexing.yml
Outdated
Show resolved
Hide resolved
Co-authored-by: Felix Fontein <[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.
If nobody objects, I'll merge this in ~two weeks.
Backport to stable-7: 💚 backport PR created✅ Backport PR branch: Backported as #6894 🤖 @patchback |
@Skrekulko thanks for your contribution! |
* fix: keep original index * refac: provider id choice * refac: default * fix: missing docs * fix: ident * fix: yaml formatting * chore: bugfix changelog fragment * fix: remove minor changes form current PR * fix: missing yml extension * Update changelogs/fragments/6734-keycloak-auth-management-indexing.yml Co-authored-by: Felix Fontein <[email protected]> --------- Co-authored-by: Skrekulko <[email protected]> Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit 7748002)
…nagement indexing (#6894) Fix Keycloak authentication management indexing (#6734) * fix: keep original index * refac: provider id choice * refac: default * fix: missing docs * fix: ident * fix: yaml formatting * chore: bugfix changelog fragment * fix: remove minor changes form current PR * fix: missing yml extension * Update changelogs/fragments/6734-keycloak-auth-management-indexing.yml Co-authored-by: Felix Fontein <[email protected]> --------- Co-authored-by: Skrekulko <[email protected]> Co-authored-by: Felix Fontein <[email protected]> (cherry picked from commit 7748002) Co-authored-by: Skrekulko <[email protected]>
…6734) * fix: keep original index * refac: provider id choice * refac: default * fix: missing docs * fix: ident * fix: yaml formatting * chore: bugfix changelog fragment * fix: remove minor changes form current PR * fix: missing yml extension * Update changelogs/fragments/6734-keycloak-auth-management-indexing.yml Co-authored-by: Felix Fontein <[email protected]> --------- Co-authored-by: Skrekulko <[email protected]> Co-authored-by: Felix Fontein <[email protected]>
SUMMARY
This PR fixes an issue with indexation during the update of an authentication flow, more specifically a step (execution or sub-flow). The older behavior caused the to-be-updated step to change its index, even though the user didn't specify it.
Next (even though this is a refac), the provider ID according to Keycloak can only be basic-flow or client-flow. So I introduced choices for it.
ISSUE TYPE
COMPONENT NAME
keycloak_authentication