Skip to content

Commit

Permalink
exposes auth logout url as helm chart option for frontend chart (#1988)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickzelei authored May 21, 2024
1 parent 03bf4d2 commit 2551d73
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/apps/web/charts/app/templates/app-env-vars.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ stringData:
{{ if .Values.auth.tokenUrl }}
AUTH_TOKEN_URL: {{ .Values.auth.tokenUrl }}
{{- end }}
{{ if .Values.auth.logoutUrl }}
AUTH_LOGOUT_URL: {{ .Values.auth.logoutUrl }}
{{- end}}

{{ if .Values.auth.scope }}
AUTH_SCOPE: {{ .Values.auth.scope }}
Expand Down

0 comments on commit 2551d73

Please sign in to comment.