Update website/content/docs/connect/proxies/envoy.mdx

Co-authored-by: Blake Covarrubias <blake@covarrubi.as>
This commit is contained in:
trujillo-adam 2021-08-09 13:36:07 -07:00 committed by GitHub
parent 6ba6025b55
commit 4c3a48e6b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -99,8 +99,8 @@ per-connection (L4) using an `ext_authz` network filter.
Envoy will use the [`CONSUL_HTTP_TOKEN`](/commands#consul_http_token) and [`CONSUL_HTTP_ADDR`](/commands#consul_http_addr) environment variables to contact Consul to fetch certificates if the following conditions are met: Envoy will use the [`CONSUL_HTTP_TOKEN`](/commands#consul_http_token) and [`CONSUL_HTTP_ADDR`](/commands#consul_http_addr) environment variables to contact Consul to fetch certificates if the following conditions are met:
- The `CONSUL_HTTP_TOKEN` environment variable contains a Consul ACL. - The `CONSUL_HTTP_TOKEN` environment variable contains a Consul ACL token.
- The Consul ACL has the necessary permissions to read configuration for that service. - The Consul ACL token has the necessary permissions to read configuration for that service.
If TLS is enabled on Consul, you will also need to add the following environment variables _prior_ to starting Envoy: If TLS is enabled on Consul, you will also need to add the following environment variables _prior_ to starting Envoy: