Add additional clarification to the ACL token wording

This commit is contained in:
Rebecca Zanzig 2019-02-07 13:26:17 -08:00
parent 5a98953c43
commit 1ef6bf3902
1 changed files with 6 additions and 3 deletions

View File

@ -72,9 +72,12 @@ and authentication information. The sync process will look into the default loca
for both in-cluster and out-of-cluster authentication. If `kubectl` works, for both in-cluster and out-of-cluster authentication. If `kubectl` works,
then the sync program should work. then the sync program should work.
For Consul, if ACLs are configured on the cluster, a Consul [ACL token](https://learn.hashicorp.com/consul/advanced/day-1-operations/acl-guide) For Consul, if ACLs are configured on the cluster, a Consul
will need to be provided. Review the [ACL rules](/docs/agent/acl-rules.html) when creating a token with only the necessary privileges. The process accepts this token by using the [ACL token](https://learn.hashicorp.com/consul/advanced/day-1-operations/acl-guide)
[`CONSUL_HTTP_TOKEN`](docs/commands/index.html#consul_http_token) environment variable. This token should be set as a will need to be provided. Review the [ACL rules](/docs/agent/acl-rules.html)
when creating this token so that it only allows the necessary privileges. The catalog
sync process accepts this token by using the [`CONSUL_HTTP_TOKEN`](docs/commands/index.html#consul_http_token)
environment variable. This token should be set as a
[Kubernetes secret](https://kubernetes.io/docs/concepts/configuration/secret/#creating-your-own-secrets) [Kubernetes secret](https://kubernetes.io/docs/concepts/configuration/secret/#creating-your-own-secrets)
and referenced in the Helm chart. and referenced in the Helm chart.