mirror of
https://github.com/kemko/nomad.git
synced 2026-01-04 17:35:43 +03:00
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:
@@ -40,6 +40,7 @@ service_prefix "" {
|
||||
policy = "write"
|
||||
}
|
||||
|
||||
acl = "write"
|
||||
mesh = "write"
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user