Skip to content

Commit

Permalink
Disable persistent-user-sessions feature when external Infinispan is …
Browse files Browse the repository at this point in the history
…used (#947)

Related-to: keycloak/keycloak#32265

Signed-off-by: Michal Hajas <[email protected]>
  • Loading branch information
mhajas authored Aug 21, 2024
1 parent 694b199 commit 4f76f6f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions provision/minikube/keycloak/templates/keycloak.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ spec:
{{- if .Values.externalInfinispan }}
- remote-cache
{{- end }}
{{- if .Values.externalInfinispan }}
disabled:
- persistent-user-sessions
{{- end }}

{{- if .Values.infinispan.customConfig }}
# tag::keycloak-ispn[]
cache:
Expand Down

0 comments on commit 4f76f6f

Please sign in to comment.