From c07324b2064ecab7fed303a74760132407aa52c5 Mon Sep 17 00:00:00 2001 From: Judith Malnick Date: Wed, 17 Jul 2019 11:02:58 -0700 Subject: [PATCH] Detail required settings in Gateway doc (#6126) * Update mesh_gateway.html.md * Apply suggestions from code review Co-Authored-By: Luke Kysow <1034429+lkysow@users.noreply.github.com> * Add WAN joining requirement * re-word primary dc guidance Co-Authored-By: Luke Kysow <1034429+lkysow@users.noreply.github.com> * Update website/source/docs/connect/mesh_gateway.html.md --- website/source/docs/connect/mesh_gateway.html.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/source/docs/connect/mesh_gateway.html.md b/website/source/docs/connect/mesh_gateway.html.md index d507e87fa..c050f24aa 100644 --- a/website/source/docs/connect/mesh_gateway.html.md +++ b/website/source/docs/connect/mesh_gateway.html.md @@ -24,6 +24,16 @@ Each mesh gateway needs three things: 2. General network connectivity to all services within its local Consul datacenter. 3. General network connectivity to all mesh gateways within remote Consul datacenters. +Mesh gateways also require that your Consul datacenters are configured correctly: + +- You'll need to use Consul version 1.6.0. +- Consul [Connect](/docs/agent/options.html#connect) must be enabled in both datacenters. +- Each of your [datacenters](/docs/agent/options.html#datacenter) must have a unique name. +- Your datacenters must be [WAN joined](https://learn.hashicorp.com/consul/security-networking/datacenters). +- The [primary datacenter](/docs/agent/options.html#primary_datacenter) must be set to the same value in both datacenters. This specifies which datacenter is the authority for Connect certificates and is required for services in all datacenters to establish mutual TLS with each other. +- [gRPC](/docs/agent/options.html#grpc_port) must be enabled. +- If you want to [enable gateways globally](/docs/connect/mesh_gateway.html#enabling-gateways-globally) you must enable [centralized configuration](/docs/agent/options.html#enable_central_service_config). + ## Modes of Operation Each upstream of a Connect proxy can be configured to be routed through a mesh gateway. Depending on