Move oidc-discovery-provider to sub chart
Signed-off-by: Marco Franssen <[email protected]> Co-authored-by: Gert Jan Kamstra <[email protected]> Signed-off-by: Marco Franssen <[email protected]> Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
co-authored by
Gert Jan Kamstra
parent
35b8ad3c00
commit
99da500c1c
@@ -15,7 +15,7 @@ data:
|
||||
# AWS requires the use of RSA. EC cryptography is not supported
|
||||
ca_key_type = "rsa-2048"
|
||||
|
||||
{{- if eq (.Values.oidc.enabled | toString) "true" }}
|
||||
{{- if eq (index .Values "spiffe-oidc-discovery-provider" "enabled" | toString) "true" }}
|
||||
jwt_issuer = "{{ .Values.server.config.jwtIssuer }}"
|
||||
{{ end }}
|
||||
default_x509_svid_ttl = "1h"
|
||||
|
||||
Reference in New Issue
Block a user