Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci/kind/env/dso-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ keycloak:
- sh
args:
- -c
- curl -LfS -o /extensions/keycloak-theme-dsfr.jar https://github.com/codegouvfr/keycloak-theme-dsfr/releases/download/v1.0.3/retrocompat-keycloak-theme.jar
- curl -LfS -o /extensions/keycloak-theme-dsfr.jar https://github.com/codegouvfr/keycloak-theme-dsfr/releases/download/v2.3.3/keycloak-theme-for-kc-26.0-to-26.1.jar
volumeMounts:
- name: extensions
mountPath: /extensions
2 changes: 1 addition & 1 deletion docker/docker-compose.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
container_name: dso-console_keycloak-fetch
volumes:
- dso-keycloak-dsfr-theme:/tmp:rw
command: -LfS -o /tmp/keycloak-theme-dsfr.jar https://github.com/codegouvfr/keycloak-theme-dsfr/releases/download/v1.0.3/retrocompat-keycloak-theme.jar
command: -LfS -o /tmp/keycloak-theme-dsfr.jar https://github.com/codegouvfr/keycloak-theme-dsfr/releases/download/v2.3.3/keycloak-theme-for-kc-26.0-to-26.1.jar
networks:
- dso-network
attach: false
Expand Down
8 changes: 4 additions & 4 deletions keycloak/realms/realm-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -614,10 +614,10 @@
],
"loginWithEmailAllowed": true,
"registrationEmailAsUsername": false,
"loginTheme": "dsfr",
"accountTheme": "dsfr",
"adminTheme": "dsfr",
"emailTheme": "dsfr",
"loginTheme": "DSFR",
"accountTheme": "DSFR",
"adminTheme": "DSFR",
"emailTheme": "DSFR",
"internationalizationEnabled": true,
"supportedLocales": [
"en",
Expand Down
Loading