From 45a569d9350b3f2756ecedc11877855d111724ba Mon Sep 17 00:00:00 2001 From: Christoph Puhl Date: Mon, 15 Feb 2021 14:54:40 +0100 Subject: [PATCH] Update terminating-gateway.mdx fix crds support reference and adding ACL clarification for linked services. --- .../docs/connect/config-entries/terminating-gateway.mdx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/website/content/docs/connect/config-entries/terminating-gateway.mdx b/website/content/docs/connect/config-entries/terminating-gateway.mdx index 2ad1537265..ff5facca5c 100644 --- a/website/content/docs/connect/config-entries/terminating-gateway.mdx +++ b/website/content/docs/connect/config-entries/terminating-gateway.mdx @@ -9,7 +9,7 @@ description: >- # Terminating Gateway --> **v1.8.4+:** On Kubernetes, the `ServiceSplitter` custom resource is supported in Consul versions 1.8.4+.
+-> **v1.8.4+:** On Kubernetes, the `TerminatingGateway` custom resource is supported in Consul versions 1.8.4+.
**v1.8.0+:** On other platforms, this config entry is supported in Consul versions 1.8.0+. The `terminating-gateway` config entry kind (`TerminatingGateway` on Kubernetes) allows you to configure terminating gateways @@ -651,10 +651,11 @@ and configure default certificates for mutual TLS. Also override the SNI and CA { name: 'Services', type: 'array: ', - description: `A list of services to link + description: 'A list of services to link with the gateway. The gateway will proxy traffic to these services. These linked services must be registered with Consul for the gateway to discover their addresses. They must also - be registered in the same Consul datacenter as the terminating gateway.`, + be registered in the same Consul datacenter as the terminating gateway. If Consul ACLs are + enabled, the Terminatig Gateway's ACL token must grant `service:write` for all linked services.', children: [ { name: 'Name',