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
|
@ -247,7 +247,8 @@ On the Consul server, create a policy that grants the following access for the c
|
||||||
|
|
||||||
- `acl:write`
|
- `acl:write`
|
||||||
- `operator:write`
|
- `operator:write`
|
||||||
- `node: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.
|
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.
|
||||||
|
|
||||||
|
|
|
@ -212,7 +212,8 @@ Verify that you have completed the prerequisites described in [Secure configurat
|
||||||
|
|
||||||
- `acl:write`
|
- `acl:write`
|
||||||
- `operator:write`
|
- `operator:write`
|
||||||
- `node: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.
|
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.
|
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