Skip to content

Commit

Permalink
SPSH 1696 Server-Keycloak-Backchannel now internal (#868)
Browse files Browse the repository at this point in the history
* Keycloak-Backend-URL is now hard coded because it should be the same for all DEV-Branches now

* Changed Deployment to tag

* KC-Base-URL wrong spec

* Set to official deployment tag
  • Loading branch information
kristoff-kiefer authored and casparneumann-cap committed Jan 9, 2025
1 parent b40e099 commit 360913e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
- create_branch_identifier
- wait_for_helm_chart_to_get_published
- build_image_on_push
uses: dBildungsplattform/spsh-app-deploy/.github/workflows/deploy.yml@6
uses: dBildungsplattform/spsh-app-deploy/.github/workflows/deploy.yml@7
with:
dbildungs_iam_server_branch: ${{ needs.branch_meta.outputs.ticket }}
schulportal_client_branch: ${{ needs.branch_meta.outputs.ticket }}
Expand Down
2 changes: 1 addition & 1 deletion charts/dbildungs-iam-server/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ data:
NODE_ENV: "prod"
DEPLOY_STAGE: {{ .Values.environment | quote }}
DB_NAME: {{ .Values.database.name | quote }}
KC_BASE_URL: "https://{{ .Values.keycloakHostname }}"
KC_BASE_URL: "http://{{ .Values.keycloakHostname }}"
FRONTEND_OIDC_CALLBACK_URL: "https://{{ .Values.backendHostname }}/api/auth/login"
FRONTEND_DEFAULT_LOGIN_REDIRECT: "https://{{ .Values.backendHostname }}/"
FRONTEND_LOGOUT_REDIRECT: "https://{{ .Values.backendHostname }}/"
Expand Down
2 changes: 1 addition & 1 deletion charts/dbildungs-iam-server/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ fullnameOverride: ''
namespaceOverride: ''

backendHostname: ''
keycloakHostname: ''
keycloakHostname: 'http://dbildungs-iam-keycloak'
keycloak2ndHostname: ""
backend2ndHostname: ""

Expand Down

0 comments on commit 360913e

Please sign in to comment.