Skip to content

Commit

Permalink
docs: Make connections generic, add ENT/HCP
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan-Heath committed Jun 27, 2023
1 parent 7e71d8a commit cd4871c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/content/docs/concepts/domain-model/targets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ A target has the following configurable attributes:
You can configure an egress filter to enable [multi-hop](/boundary/docs/configuration/worker#multi-hop-worker-capabilities-hcp-ent) connections.
If you do not configure an egress filter, then Boundary uses a single worker to connect to the controller.

- `ingress_worker_filter` - (optional) <sup>HCP Only</sup>
- `ingress_worker_filter` - (optional) <sup>HCP/ENT</sup>
A boolean expression to [filter][] which ingress workers can handle sessions
for this target.
Ingress worker filters determine which workers you connect with to initiate a session.
If you do not configure an ingress filter, Boundary selects a front line worker for the session.
A front line worker is any worker directly connected to the control plane; for HCP Boundary this will be an HCP worker.

- `session_connection_limit` - (required)
The cumulative number of TCP connections allowed during a session.
The cumulative number of connections allowed during a session.
A -1 value means no limit.
The default is -1.
The value must be greater than 0 or exactly -1.
Expand Down

0 comments on commit cd4871c

Please sign in to comment.