docs: fix Consul ACL requirements (#19721)

Even with the new workload identitiy based flow the Nomad servers still
need the `acl = "write"` permission in order to revoke service identity
tokens.
This commit is contained in:
Luiz Aoqui
2024-01-11 15:52:23 -05:00
committed by GitHub
parent a58f0eca8e
commit b2aa6ffd05

View File

@@ -40,6 +40,7 @@ service_prefix "" {
policy = "write"
}
acl = "write"
mesh = "write"
```