From b2aa6ffd050656316d8b88b8f3ec56df8e97f907 Mon Sep 17 00:00:00 2001 From: Luiz Aoqui Date: Thu, 11 Jan 2024 15:52:23 -0500 Subject: [PATCH] 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. --- website/content/docs/integrations/consul/acl.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/website/content/docs/integrations/consul/acl.mdx b/website/content/docs/integrations/consul/acl.mdx index 7f1e85ebf..9499fe7fe 100644 --- a/website/content/docs/integrations/consul/acl.mdx +++ b/website/content/docs/integrations/consul/acl.mdx @@ -40,6 +40,7 @@ service_prefix "" { policy = "write" } +acl = "write" mesh = "write" ```