backport of commit 4ec27a97d163c010c2d00f49e9e81d20496c8e6e (#18953)
Co-authored-by: James Rasell <jrasell@users.noreply.github.com>
This commit is contained in:
parent
74e03514fc
commit
8c4eff2d23
|
@ -56,11 +56,11 @@ acl {
|
|||
|
||||
- `token_min_expiration_ttl` `(string: "1m")` - Specifies the lowest acceptable
|
||||
TTL value for an ACL token when setting expiration. This is used by the Nomad
|
||||
servers to validate ACL tokens.
|
||||
servers to validate ACL tokens and ACL authentication methods.
|
||||
|
||||
- `token_max_expiration_ttl` `(string: "24h")` - Specifies the highest acceptable
|
||||
TTL value for an ACL token when setting expiration. This is used by the Nomad
|
||||
servers to validate ACL tokens.
|
||||
servers to validate ACL tokens and ACL authentication methods.
|
||||
|
||||
[secure-guide]: /nomad/tutorials/access-control
|
||||
[authoritative-region]: /nomad/docs/configuration/server#authoritative_region
|
||||
|
|
Loading…
Reference in New Issue