From 8af580ced0172a87f6fcedfa39d3805edf6aad86 Mon Sep 17 00:00:00 2001 From: Lorna Song Date: Thu, 6 Aug 2020 19:01:53 -0400 Subject: [PATCH] =?UTF-8?q?Add=20=E2=80=9Coperator=3Dread=E2=80=9D=20to=20?= =?UTF-8?q?ACL=20documentation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ACL for operator:read is necessary for Consul-ESM v0.4.0 due to a new feature that check’s ESM and Consul’s version compatibility on start up: https://github.com/hashicorp/consul-esm/pull/62. This feature makes a request to /operator/autopilot, which needs to be added to the list of necessary ACLs. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f93a68f..ee92838 100644 --- a/README.md +++ b/README.md @@ -245,6 +245,8 @@ down the privileges required for ESM the following [ACL policy rules][rules] can be used: ```hcl +operator = read + agent_prefix "" { policy = "read" }