Upgrade keycloak to 26.7.2 #72
No reviewers
Labels
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
datakollektivet/systemer!72
Loading…
Reference in a new issue
No description provided.
Delete branch "keycloak-update"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I went through the migration notes provided by Keycloak for all versions since 26.6.2 up to 26.7.2.
A breaking change is mentioned with respect to reverse proxies that I honestly don't understand: https://www.keycloak.org/docs/latest/upgrading/index.html#x509-client-authentication-requires-ca-subject-dn
Otherwise, it looked okay. Local test showed persistence of user data and config (via
terraform plan).One notable change is that users only select their password after verifying their email address after registration. It is possible to restore the old behaviour, but I have chosen not to do so. I have tested the new flow.
Looks good!
The X509 Client certificates are not something we are using. It allows a client such as Loomio to use a certificate to authenticate rather than using a client ID/secret which is what we will need to use.
View command line instructions
Manual merge helper
Use this merge commit message when completing the merge manually.
Checkout
From your project repository, check out a new branch and test the changes.