From 15a6ffeb6baf8f45c989eaacf0e71e96a69c1b59 Mon Sep 17 00:00:00 2001 From: Joey Freeland <30938344+jfreeland@users.noreply.github.com> Date: Wed, 30 Mar 2022 09:36:30 -0700 Subject: [PATCH] chore: clarification on default TCP ports (#1878) --- website/content/docs/configuration/listener/tcp.mdx | 2 +- website/content/docs/installing/high-availability.mdx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/website/content/docs/configuration/listener/tcp.mdx b/website/content/docs/configuration/listener/tcp.mdx index cf1c2b1756..aedff41cc3 100644 --- a/website/content/docs/configuration/listener/tcp.mdx +++ b/website/content/docs/configuration/listener/tcp.mdx @@ -189,7 +189,7 @@ listener "tcp" { listener "tcp" { purpose = "cluster" - address = "10.0.0.5:9200" + address = "10.0.0.5:9201" } ``` diff --git a/website/content/docs/installing/high-availability.mdx b/website/content/docs/installing/high-availability.mdx index a7815dc164..62c72b090b 100644 --- a/website/content/docs/installing/high-availability.mdx +++ b/website/content/docs/installing/high-availability.mdx @@ -13,9 +13,9 @@ Installing Boundary as a high availability service requires certain infrastructu The following ports should be available: -- Clients must have access to the Controller's port (default 9200) +- Clients must have access to the Controller's `api` port (default 9200) - Clients must have access to the Worker's port (default 9202) -- Workers must have access to the Controller's port (default 9201) +- Workers must have access to the Controller's `cluster` port (default 9201) - Workers must have a route and port access to the hosts defined within the system in order to provide connectivity ## Architecture