Skip to content

Commit

Permalink
configure PROXY_OIDC_REWRITE_WELLKNOWN, needs owncloud/ocis#4346
Browse files Browse the repository at this point in the history
  • Loading branch information
wkloucek committed Aug 5, 2022
1 parent 9ea4888 commit 70fddad
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions charts/ocis/templates/proxy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,16 @@ spec:
value: "{{ .Values.features.basicAuthentication }}"

- name: PROXY_OIDC_ISSUER
{{ if not .Values.features.externalUserManagement.enabled }}
{{- if not .Values.features.externalUserManagement.enabled }}
value: https://{{ .Values.externalDomain }}
{{ else }}
{{- else }}
value: {{ .Values.features.externalUserManagement.oidc.issuerURI }}
{{ end }}
{{- end }}

{{- if .Values.features.externalUserManagement.enabled }}
- name: PROXY_OIDC_REWRITE_WELLKNOWN
value: "true"
{{- end }}

- name: PROXY_TLS
value: "false"
Expand Down

0 comments on commit 70fddad

Please sign in to comment.