From 94e8ac1b2a81248def6747c47eb50de3e5952a5c Mon Sep 17 00:00:00 2001 From: BenVincent Date: Tue, 8 Sep 2026 22:34:16 +1000 Subject: [PATCH] chore: extend oidc login to 1 day (#150) - 1 day / 7 days for oidc logins --------- Co-authored-by: unkin-agent Reviewed-on: https://git.unkin.net/unkin/terraform-vault/pulls/150 --- config/auth_oidc_role/oidc/default.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/auth_oidc_role/oidc/default.yaml b/config/auth_oidc_role/oidc/default.yaml index 1e5fe5d..915c491 100644 --- a/config/auth_oidc_role/oidc/default.yaml +++ b/config/auth_oidc_role/oidc/default.yaml @@ -21,5 +21,5 @@ allowed_redirect_uris: - "http://localhost:8250/oidc/callback" - "https://vault.k8s.syd1.au.unkin.net/ui/vault/auth/oidc/oidc/callback" - "https://vault.service.consul:8200/ui/vault/auth/oidc/oidc/callback" -token_ttl: 3600 -token_max_ttl: 28800 +token_ttl: 86400 +token_max_ttl: 604800