Backport of Fix ACL permissions for ECS controller into release/1.17.x (#19637)

backport of commit 13b7c830bd

Co-authored-by: Ganeshrockz <ganesh.seetharaman@hashicorp.com>
pull/19652/head
hc-github-team-consul-core 1 year ago committed by GitHub
parent 7cb1a9bd9c
commit 7c57830bc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save