diff --git a/deployment/helmchart/templates/configmaps.yaml b/deployment/helmchart/templates/configmaps.yaml index 34c5a7fb2cbbf6b1f0ee4eadd14b98703151c5be..d208e87bb414e5c57356fded08dd300395a6086b 100644 --- a/deployment/helmchart/templates/configmaps.yaml +++ b/deployment/helmchart/templates/configmaps.yaml @@ -16,6 +16,7 @@ data: HYDRA_CLIENT_ID: {{ .Values.backend.oidc.clientId }} HYDRA_AUTHORIZATION_BASE_URL: {{ .Values.backend.oidc.authorizationBaseUrl }} TOKEN_URL: {{ .Values.backend.oidc.tokenUrl }} + HYDRA_URL: {{ .Values.backend.oidc.baseUrl }} # {{- if .Values.backend.smtp.enabled }} # DASHBOARD_BACKEND_SMTP_HOST: {{ .Values.backend.smtp.host | quote }} diff --git a/deployment/helmchart/values.yaml b/deployment/helmchart/values.yaml index 1f976f16745ff9fe0c92033ee1c749657a93e836..e9a46fe2e4e0ec0559ab54d1a8b069e1eb2fe28b 100644 --- a/deployment/helmchart/values.yaml +++ b/deployment/helmchart/values.yaml @@ -252,6 +252,7 @@ backend: oidc: clientId: dashboard clientSecret: ReplaceWithSecret + baseUrl: https://sso.stackspin.example.org authorizationBaseUrl: https://sso.stackspin.example.org/oauth2/auth tokenUrl: https://sso.stackspin.example.org/oauth2/token