mirror of https://github.com/status-im/consul.git
Fix ACL permissions for ECS controller (#19636)
This commit is contained in:
parent
c835c90c0b
commit
dc42429f1d
|
@ -248,6 +248,7 @@ On the Consul server, create a policy that grants the following access for the c
|
|||
- `acl:write`
|
||||
- `operator:write`
|
||||
- `node:write`
|
||||
- `service:write`
|
||||
|
||||
The policy allows Consul to generate a token linked to the policy. Refer to [Create a service token](/consul/docs/security/acl/tokens/create/create-a-service-token) for instructions.
|
||||
|
||||
|
|
|
@ -213,6 +213,7 @@ Verify that you have completed the prerequisites described in [Secure configurat
|
|||
- `acl:write`
|
||||
- `operator:write`
|
||||
- `node:write`
|
||||
- `service:write`
|
||||
|
||||
The policy allows Consul to generate a token linked to the policy. Refer to [Create a service token](/consul/docs/security/acl/tokens/create/create-a-service-token) for instructions.
|
||||
1. Create a token and link it to the ACL controller policy. Refer to the [ACL tokens documentation](/consul/docs/security/acl/tokens) for instructions.
|
||||
|
|
Loading…
Reference in New Issue