Skip to content

Commit

Permalink
Update multi-hop.mdx
Browse files Browse the repository at this point in the history
added link to worker tags docs page
  • Loading branch information
vanphan24 authored Nov 25, 2024
1 parent d40ae19 commit 7d5d33e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Many organizations have strict network policies and prohibit all inbound traffic
In order to configure end user traffic to ingress through HCP-managed workers, you just need to configure the self-manage worker (enterprise version). On your self-manage worker that you are using for egress to HCP-manage worker, set the coniguration file with the following parameters:
- `hcp_boundary_cluster_id` - The HCP Boundary cluster ID and can be found in the HCP Boundary cluster's URL.
- Omit the `public_addr` parameter. A public address is not needed since the self-managed worker will initiate the connection to HCP-managed workers.
- Include a tag in the `worker` stanza which will be used to select multi-hop routes for each target.
- Include a [worker tag](/boundary/docs/concepts/filtering/worker-tags#target-worker-filtering) in the `worker` stanza which will be used to select multi-hop routes for each target.

### Example self-managed worker configuration:
```
Expand Down Expand Up @@ -109,7 +109,7 @@ where the `cluster_uuid` is the HCP Boundary cluster ID and can be found in the

<INSERT CLUSTER URL IMAGE???>

### Route end user traffic through HCP-managed workers to targets
### Route end user traffic to targets through HCP-managed workers

To route traffic through the HCP-managed workers, set the egress filters of each target to match the tag set in the self-manage worker's configuration file. There is no need to set additional ingress filters on the targets.

Expand Down

0 comments on commit 7d5d33e

Please sign in to comment.