Skip to content

Commit

Permalink
feat: renamed file cache ispn
Browse files Browse the repository at this point in the history
  • Loading branch information
NithinKuruba committed Apr 10, 2024
1 parent 0ee2610 commit 2cec68f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/keycloak/Dockerfile-22.0.8
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ COPY --from=builder /opt/keycloak/ /opt/keycloak/
# copy the theme directory to `/opt/keycloak/themes/` for now, but we can consider to archive to be deployed later.
COPY ./extensions-7.6/themes/src/main/resources/theme /opt/keycloak/themes

COPY ./configuration/cache-ispn.xml /opt/keycloak/conf
COPY ./configuration/cache-ispn-custom.xml /opt/keycloak/conf

COPY ./configuration/keycloak.conf /opt/keycloak/conf

Expand Down
3 changes: 1 addition & 2 deletions docker/keycloak/configuration/keycloak.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@ spi-login-protocol-openid-connect-legacy-logout-redirect-uri=true

# cache
cache=ispn
cache-config-file=cache-ispn.xml
cache-stack=kubernetes
cache-config-file=cache-ispn-custom.xml

0 comments on commit 2cec68f

Please sign in to comment.