Fix ACL permissions for ECS controller (#19636)

This commit is contained in:
Ganesh S 2023-11-14 23:55:51 +05:30 committed by GitHub
parent c835c90c0b
commit dc42429f1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -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.

View File

@ -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.