Skip to content
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

Version 26 of Keycloak #804

Open
GuilleAmutio opened this issue Nov 8, 2024 · 4 comments
Open

Version 26 of Keycloak #804

GuilleAmutio opened this issue Nov 8, 2024 · 4 comments

Comments

@GuilleAmutio
Copy link

Hello,

Is Keycloak 26.0.0 already supported by the helm chart of Keycloakx?

I am checking and there are a few changes regarding the proxy.

@j-q-in-berlin
Copy link

I also wanted to know more information about this. Are there any news?

@Tim-Schwalbe
Copy link

Hello,

Is Keycloak 26.0.0 already supported by the helm chart of Keycloakx?

I am checking and there are a few changes regarding the proxy.

What kind of changes?
I think we also need a few new parameters for the different cache owner settings, as with version 26 the session will be stored in the database instead of in-memory.

@xueshanf
Copy link

I use helm chart version 2.6.0 and override the image tag with 26.0.7. It works with the following values. The service runs behind Google LB.

...
http:
  # For backwards compatibility reasons we set this to the value used by previous Keycloak versions.
  relativePath: "/auth"
  internalPort: http-internal
  internalScheme: HTTP
command:
  - "/opt/keycloak/bin/kc.sh"
  - "start"
  - "--hostname=https://{{.Env.APP_HOST_NAME}}/auth"
dbchecker:
  enabled: true
proxy:
  enabled: true
  mode: xforwarded
  http:
    enabled: true
...

@Ziyann
Copy link

Ziyann commented Jan 1, 2025

Can confirm 26.0.7 works fine with the chart. We upgraded from 25.0.4 by only changing the image tag, everything works fine (we had to sort out proxy issues back when updating to 25.0.4 originally, so there were no new problems now).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants