Skip to content

Commit

Permalink
backport of commit 10358cc
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross authored Oct 23, 2024
1 parent 8872e72 commit b9bfd07
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion website/content/docs/integrations/consul/acl.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,10 @@ Nomad uses to sign workload identities. With these keys, Consul is able to
validate their origin and confirm that they were actually created by Nomad.

Nomad cannot recreate Consul tokens that have been deleted. The auth method
configuration should never set the `MaxTokenTTL` field.
configuration should never set the `MaxTokenTTL` field. Consul tokens are
local to the Consul datacenter unless you set `TokenLocality: "global"` in the
auth method. We recommend using local tokens, which is the default. Global tokens
require that the primary Consul datacenter is available when allocations start.

<CodeBlockConfig highlight="2" filename="auth-method.json">

Expand Down

0 comments on commit b9bfd07

Please sign in to comment.