add oidc.baseUrl as a configurable variable for the Hydra base URL

This commit is contained in:
Maarten de Waard 2022-02-10 15:52:33 +01:00
parent a4a3b7be64
commit 899da273f4
No known key found for this signature in database
GPG key ID: 1D3E893A657CC8DA
2 changed files with 2 additions and 0 deletions

View file

@ -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 }}

View file

@ -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