Skip to content

Commit

Permalink
Add client ID
Browse files Browse the repository at this point in the history
  • Loading branch information
marode-cap committed Nov 26, 2024
1 parent 28a9dc7 commit 53c866f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/dbildungs-iam-keycloak/dev-realm-spsh.json
Original file line number Diff line number Diff line change
Expand Up @@ -1448,7 +1448,7 @@
},
{
"id": "dd986a17-44c7-4ec9-87f6-addf1646ecf0",
"clientId": "school-sh",
"clientId": "${KC_SCHOOLSH_CLIENT_ID}",
"name": "School-SH",
"description": "",
"rootUrl": "${KC_SCHOOLSH_CLIENT_ROOT_URL}",
Expand Down
2 changes: 1 addition & 1 deletion charts/dbildungs-iam-keycloak/prod-realm-spsh.json
Original file line number Diff line number Diff line change
Expand Up @@ -1285,7 +1285,7 @@
},
{
"id": "dd986a17-44c7-4ec9-87f6-addf1646ecf0",
"clientId": "school-sh",
"clientId": "${KC_SCHOOLSH_CLIENT_ID}",
"name": "School-SH",
"description": "",
"rootUrl": "${KC_SCHOOLSH_CLIENT_ROOT_URL}",
Expand Down
1 change: 1 addition & 0 deletions charts/dbildungs-iam-keycloak/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ data:
KC_ROOT_URL: "https://{{ .Values.frontendHostname }}"
KC_PROXY: "edge"
KEYCLOAK_ADMIN: admin
KC_SCHOOLSH_CLIENT_ID: "{{ .Values.schoolsh.clientId }}"
KC_SCHOOLSH_CLIENT_ROOT_URL: "{{ .Values.schoolsh.rootUrl }}"
KC_HTTP_MANAGEMENT_PORT: "8090"
STATUS_URL: "{{ .Values.status.url }}"
1 change: 1 addition & 0 deletions charts/dbildungs-iam-keycloak/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ image:
pullPolicy: Always

schoolsh:
clientId: https://school-sh.invalid
rootUrl: https://school-sh.invalid

auth:
Expand Down

0 comments on commit 53c866f

Please sign in to comment.