Increase token time for Nomad OIDC
This commit is contained in:
parent
60a4051988
commit
b0c1aca497
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user