From 0d4ab9b5d2d7ba37802addc1b118eb99776cb9fb Mon Sep 17 00:00:00 2001 From: Steven Martin Date: Mon, 4 Nov 2024 08:56:26 -0500 Subject: [PATCH] [v17] docs: update cloud networking on proxy service (#48145) * docs: update cloud networking on proxy service * docs: update verbiage for networking Co-authored-by: Paul Gottschling * docs: update cloud-hosted public address * docs: update verbiage for app access for networking * docs: update verbiage for public address for networks with cloud Co-authored-by: Paul Gottschling * docs: clarify app configuration * docs: update cloud-hosted explanation for public address * Update docs/pages/reference/networking.mdx * Update docs/pages/reference/networking.mdx --------- Co-authored-by: Paul Gottschling Co-authored-by: marie --- docs/pages/reference/networking.mdx | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/docs/pages/reference/networking.mdx b/docs/pages/reference/networking.mdx index 9ec9a7d923f91..1795f3fc7412a 100644 --- a/docs/pages/reference/networking.mdx +++ b/docs/pages/reference/networking.mdx @@ -36,21 +36,9 @@ following use cases: -All Teleport services (e.g., the Application Service and Database Service) have -an optional `public_addr` property that you can modify in each service's -configuration file. The public address can take an IP or a DNS name. It can also -be a list of values: - -```yaml -public_addr: ["service-one.example.com", "service-two.example.com"] -``` +On Teleport Enterprise (Cloud) the Teleport Agent services always +connect using reverse tunnels so there is no need to set a public address for an agent. -Specifying a public address for a Teleport agent may be useful in the -following use cases: - -- You have multiple identical services behind a load balancer. -- You want Teleport to issue an SSH certificate for the service with additional - principals, e.g., host names.