add oidc.baseUrl as a configurable variable for the Hydra base URL
This commit is contained in:
parent
a4a3b7be64
commit
899da273f4
2 changed files with 2 additions and 0 deletions
|
@ -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 }}
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue