Update spire server config to remove deprecated settings
Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
@@ -18,7 +18,8 @@ data:
|
|||||||
{{- if eq (.Values.oidc.enabled | toString) "true" }}
|
{{- if eq (.Values.oidc.enabled | toString) "true" }}
|
||||||
jwt_issuer = "{{ .Values.oidc.jwtIssuer }}"
|
jwt_issuer = "{{ .Values.oidc.jwtIssuer }}"
|
||||||
{{ end }}
|
{{ end }}
|
||||||
default_svid_ttl = "1h"
|
default_x509_svid_ttl = "1h"
|
||||||
|
default_jwt_svid_ttl = "1h"
|
||||||
ca_subject = {
|
ca_subject = {
|
||||||
country = ["NL"],
|
country = ["NL"],
|
||||||
organization = ["EXAMPLE"],
|
organization = ["EXAMPLE"],
|
||||||
|
|||||||
Reference in New Issue
Block a user