🔧(helm) configure resource server in staging
Allow desk-staging app to interact with AgentConnect integration env to introspect a received access token. Other environment (pre-prod and production) will be configured when at least one interconnection with a service provider has been validated.
This commit is contained in:
committed by
aleb_the_flash
parent
ff2cbe3aed
commit
8c54e701c1
@@ -9,3 +9,9 @@ stringData:
|
||||
DJANGO_SECRET_KEY: {{ .Values.djangoSecretKey }}
|
||||
OIDC_RP_CLIENT_ID: {{ .Values.oidc.clientId }}
|
||||
OIDC_RP_CLIENT_SECRET: {{ .Values.oidc.clientSecret }}
|
||||
{{ if .Values.resourceServer }}
|
||||
OIDC_RS_CLIENT_ID: {{ .Values.resourceServer.clientId }}
|
||||
OIDC_RS_CLIENT_SECRET: {{ .Values.resourceServer.clientSecret }}
|
||||
OIDC_RS_PRIVATE_KEY_STR: |
|
||||
{{ .Values.resourceServer.privateKey | indent 4 }}
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user