From 4c3a48e6b379a9eac74547ecb6d600b655cab39a Mon Sep 17 00:00:00 2001 From: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com> Date: Mon, 9 Aug 2021 13:36:07 -0700 Subject: [PATCH] Update website/content/docs/connect/proxies/envoy.mdx Co-authored-by: Blake Covarrubias --- website/content/docs/connect/proxies/envoy.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/docs/connect/proxies/envoy.mdx b/website/content/docs/connect/proxies/envoy.mdx index 933a3bb36..c5891989b 100644 --- a/website/content/docs/connect/proxies/envoy.mdx +++ b/website/content/docs/connect/proxies/envoy.mdx @@ -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: -- The `CONSUL_HTTP_TOKEN` environment variable contains a Consul ACL. -- The Consul ACL has the necessary permissions to read configuration for that service. +- The `CONSUL_HTTP_TOKEN` environment variable contains a Consul ACL token. +- 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: