Skip to content

Commit

Permalink
Add “operator=read” to ACL documentation
Browse files Browse the repository at this point in the history
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: #62. This feature makes a request to /operator/autopilot, which needs to be added to the list of necessary ACLs.
  • Loading branch information
lornasong committed Aug 6, 2020
1 parent 47663ad commit 8af580c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 8af580c

Please sign in to comment.