From b0c1aca4971990632fb38bc4613bcd4fbb799c3a Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Fri, 7 Jul 2023 15:47:08 -0700 Subject: [PATCH] Increase token time for Nomad OIDC --- core/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/main.tf b/core/main.tf index 9fe53fb..cc147f5 100644 --- a/core/main.tf +++ b/core/main.tf @@ -159,7 +159,7 @@ resource "nomad_acl_auth_method" "nomad_authelia" { name = "authelia" type = "OIDC" token_locality = "global" - max_token_ttl = "10m0s" + max_token_ttl = "1h0m0s" default = true config {