Update index.mdx - public_addr note for HCP workers (#5287)

* Update index.mdx - public_addr note for HCP workers

Added a note that the public_addr is not needed if connecting to HCP worker in multi-hop sessions

* Update index.mdx

* Update index.mdx

changed to active voice per Robin's suggestion

* fix hcp_boundary_cluster_id note

---------

Co-authored-by: stellarsquall <stellarsquall@protonmail.ch>
pull/5105/head
vanphan24 11 months ago committed by GitHub
parent f2c84ad750
commit ea7ed5c126
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -62,6 +62,8 @@ worker {
useful for cloud environments that do not bind a publicly accessible IP to a
NIC on the host directly, such as an Amazon EIP.
You should omit this parameter in multi-hop configurations if this self-managed worker connects to an upstream HCP-managed worker.
This value can reference any of the following:
- a direct address string
- a file on disk (file://) from which an address will be read
@ -75,8 +77,8 @@ worker {
using env or file, their contents must formatted as a JSON array:
`["127.0.0.1", "192.168.0.1", "10.0.0.1"]`
HCP Boundary workers require the [`hcp_boundary_cluster_id`](/boundary/docs/configuration/worker/#hcp_boundary_cluster_id) parameter instead of `initial upstreams`.
If you configure an HCP worker with `initial_upstreams`, the worker configuration fails.
Self-managed workers connecting to HCP Boundary require the [`hcp_boundary_cluster_id`](/boundary/docs/configuration/worker/#hcp_boundary_cluster_id) parameter instead of `initial upstreams`, unless you are configuring an HCP-managed worker as an ingress worker.
If you configure a self-managed worker with both `initial_upstreams` and `hcp_boundary_cluster_id`, the worker configuration fails.
- `hcp_boundary_cluster_id` - A string required to configure workers using worker-led or controller-led registration
to connect to your HCP Boundary cluster rather than specifying

Loading…
Cancel
Save