mirror of
https://github.com/minio/minio.git
synced 2025-01-23 12:43:16 -05:00
feat(chart): add support to set the display name of OpenID provider (#18781)
This commit is contained in:
parent
82739574b5
commit
2c38e44e48
@ -138,6 +138,8 @@ spec:
|
||||
value: {{ .Values.oidc.comment }}
|
||||
- name: MINIO_IDENTITY_OPENID_REDIRECT_URI
|
||||
value: {{ .Values.oidc.redirectUri }}
|
||||
- name: MINIO_IDENTITY_OPENID_DISPLAY_NAME
|
||||
value: {{ .Values.oidc.displayName }}
|
||||
{{- end }}
|
||||
{{- if .Values.etcd.endpoints }}
|
||||
- name: MINIO_ETCD_ENDPOINTS
|
||||
|
@ -174,6 +174,8 @@ spec:
|
||||
value: {{ .Values.oidc.scopes }}
|
||||
- name: MINIO_IDENTITY_OPENID_COMMENT
|
||||
value: {{ .Values.oidc.comment }}
|
||||
- name: MINIO_IDENTITY_OPENID_DISPLAY_NAME
|
||||
value: {{ .Values.oidc.displayName }}
|
||||
{{- end }}
|
||||
{{- range $key, $val := .Values.environment }}
|
||||
- name: {{ $key }}
|
||||
|
@ -495,6 +495,7 @@ oidc:
|
||||
# Can leave empty
|
||||
claimPrefix: ""
|
||||
comment: ""
|
||||
displayName: ""
|
||||
|
||||
networkPolicy:
|
||||
enabled: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user