You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 <[email protected]>
Copy file name to clipboardExpand all lines: website/content/docs/configuration/worker/index.mdx
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,8 @@ worker {
62
62
useful for cloud environments that do not bind a publicly accessible IP to a
63
63
NIC on the host directly, such as an Amazon EIP.
64
64
65
+
You should omit this parameter in multi-hop configurations if this self-managed worker connects to an upstream HCP-managed worker.
66
+
65
67
This value can reference any of the following:
66
68
- a direct address string
67
69
- a file on disk (file://) from which an address will be read
@@ -75,8 +77,8 @@ worker {
75
77
using env or file, their contents must formatted as a JSON array:
76
78
`["127.0.0.1", "192.168.0.1", "10.0.0.1"]`
77
79
78
-
HCP Boundary workers require the [`hcp_boundary_cluster_id`](/boundary/docs/configuration/worker/#hcp_boundary_cluster_id) parameter instead of `initial upstreams`.
79
-
If you configure an HCP worker with `initial_upstreams`, the worker configuration fails.
80
+
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.
81
+
If you configure a self-managed worker with both `initial_upstreams` and `hcp_boundary_cluster_id`, the worker configuration fails.
80
82
81
83
-`hcp_boundary_cluster_id` - A string required to configure workers using worker-led or controller-led registration
82
84
to connect to your HCP Boundary cluster rather than specifying
0 commit comments