From 778e09ba5eac91d1c4bf0ebefeb4b3c6204958d4 Mon Sep 17 00:00:00 2001 From: vanphan24 <89482663+vanphan24@users.noreply.github.com> Date: Tue, 8 Oct 2024 14:04:42 -0700 Subject: [PATCH] Update multi-hop.mdx (#5153) * Update multi-hop.mdx added blurb about using HCP-managed workers for outbound-only scenarios. * Update multi-hop.mdx misspelled "intermediary" * docs: Minor rewrite --------- Co-authored-by: Dan Heath <76443935+Dan-Heath@users.noreply.github.com> --- .../docs/concepts/connection-workflows/multi-hop.mdx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/website/content/docs/concepts/connection-workflows/multi-hop.mdx b/website/content/docs/concepts/connection-workflows/multi-hop.mdx index 8b1f0da83e..cfb3d6863b 100644 --- a/website/content/docs/concepts/connection-workflows/multi-hop.mdx +++ b/website/content/docs/concepts/connection-workflows/multi-hop.mdx @@ -68,7 +68,9 @@ intermediary workers have the following requirements. ### Ingress worker requirements To proxy target connections, ingress workers require outbound access to the -Boundary control plane and inbound access from clients. +Boundary control plane and inbound access from clients. + +HCP Boundary clusters automatically deploy HCP-managed workers which can be used as ingress workers. Using HCP-managed workers as ingress workers is helpful when organizations have strict networks security policies that prohibit any inbound access. In this scenario, intermediary or egress workers within the private network can establish a reverse proxy connection to the HCP-managed ingress worker. ### Intermediary worker requirements @@ -84,4 +86,4 @@ upstream worker and outbound access to the destination host or service. ## Complete worker configuration -For the full set of worker parameters and a complete configuration example, refer to the [worker stanza](/boundary/docs/configuration/worker) documentation. \ No newline at end of file +For the full set of worker parameters and a complete configuration example, refer to the [worker stanza](/boundary/docs/configuration/worker) documentation.