Skip to content

Commit

Permalink
Update website/content/docs/concepts/connection-workflows/multi-hop.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Dan Heath <76443935+Dan-Heath@users.noreply.github.com>
  • Loading branch information
vanphan24 and Dan-Heath authored Dec 6, 2024
1 parent 467435c commit c8a6203
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ workers are used to access targets.

Many organizations have strict network policies and prohibit all inbound traffic into their network. In these scenarios, HCP-managed workers can be used as the ingress worker. In order to establish a connection into the network, a self-managed worker configured as an egress worker will initiate an outbound connection to the HCP-managed worker, resulting in a persistent connection. As a result, when end users connect to a target, the end user's connection would hop from the Boundary client to the HCP-managed worker (ingress worker) to the self-managed worker (egress worker) to the target (or other intermediary workers if needed).

### Configuring HCP-managed workers for ingress
### Configure HCP-managed workers for ingress

In order to configure end user traffic to ingress through HCP-managed workers, you will need to configure the self-managed worker (enterprise version). On your self-managed worker that you are using for egress to the HCP-managed worker, set the configuration file with the following parameters:
- `hcp_boundary_cluster_id` - The HCP Boundary cluster ID, which can be found in the HCP Boundary cluster's URL.
Expand Down

0 comments on commit c8a6203

Please sign in to comment.