Skip to content

Commit 1116646

Browse files
committed
Set Vault OIDC rotation period default to 256000h
1 parent 414105d commit 1116646

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/sn-platform/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2850,7 +2850,7 @@ vault:
28502850
name: ""
28512851
oidcToken:
28522852
# verification_ttl cannot be longer than 10x rotation_period
2853-
rotation_period: 24h
2853+
rotation_period: 256000h
28542854
# verification_ttl should be greater than the value of ttl below
28552855
# https://developer.hashicorp.com/vault/api-docs/secret/identity/tokens#verification_ttl
28562856
verification_ttl: 24h

0 commit comments

Comments
 (0)