-
Notifications
You must be signed in to change notification settings - Fork 107
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
[FEATURE REQUEST] Upgrade Keycloak to 19.0.2 #3061
Comments
There are issues with Keykloak upgrade:
The version with WildFly we use is going to be deprecated soon, probably even before they update vulnerable springboot dependency (the reason of this task):
Based on the comment from github issue mentioned above, I tried to remove the init container with migration. But after that there is such issue
I think we need to deprecate what we have and switch to helm chart / operator with Quarkus support. |
This task requires a decision what to do next based on the previous comment. |
I like the idea to switch to the helm charts. |
We might also consider using the legacy image from the following repo: https://quay.io/repository/keycloak/keycloak?tab=tags It supports both ARM and x86 and might solve the issue easier then what can do now. |
Is your feature request related to a problem? Please describe.
Currently we are using Keycloak 14 which is
Describe the solution you'd like
We would like to update this to the latest because:
Describe alternatives you've considered
None
Additional context
Note that this should be using our own custom build image which supports multi arch deployments. More information can be found here: https://hub.docker.com/repository/docker/epiphanyplatform/keycloak
DoD checklist
The text was updated successfully, but these errors were encountered: