From f4fe262a7915e7c8d328d102edc345fcaf779141 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 2ad153726..ff5facca5 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',