Skip to content

Commit

Permalink
docs: Reword and move hcp_boundary_cluster_id
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan-Heath committed Jul 28, 2023

Partially verified

This commit is signed with the committer’s verified signature.
Tofel’s contribution has been verified via SSH key.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
1 parent d759450 commit b22c6c5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions website/content/docs/configuration/worker/index.mdx
Original file line number Diff line number Diff line change
@@ -77,18 +77,18 @@ worker {
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.

- `hcp_boundary_cluster_id` - A string that you must use to configure PKI workers
to connect to your HCP Boundary cluster rather than specifying
`initial_upstreams`. This parameter is currently only valid for workers using the PKI
registration method and for workers directly connected to HCP Boundary.

- `tags` - A map of key-value pairs where values are an array of strings. Most
commonly used for [filtering](/boundary/docs/concepts/filtering) targets a
worker can proxy via [worker
tags](/boundary/docs/concepts/filtering/worker-tags). On `SIGHUP`, the tags
set here will be re-parsed and new values used. It can also be a string
referring to a file on disk (`file://`) or an env var (`env://`).

- `hcp_boundary_cluster_id` - A string that can be used to configure PKI workers
to connect to your HCP Boundary cluster rather than specifying
`initial_upstreams`. This is currently only valid for workers using the PKI
registration method and for workers directly connected to HCP Boundary.

## Signals

The `SIGHUP` signal causes a worker to reload its configuration file to pick up any updates for the `initial_upstreams` and `tags` values.

0 comments on commit b22c6c5

Please sign in to comment.