Increase token time for Nomad OIDC

This commit is contained in:
IamTheFij 2023-07-07 15:47:08 -07:00
parent 60a4051988
commit b0c1aca497
1 changed files with 1 additions and 1 deletions

View File

@ -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 {