update changelog for multi-hop (#2834)

pull/2841/head api/v0.0.33
Irena Rindos 3 years ago committed by GitHub
parent 00a73f64d9
commit 03a456c733
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -15,6 +15,15 @@ Canonical reference for changes, improvements, and bugfixes for Boundary.
* metrics: Adds accepted connections and closed connections counters to keep track
downstream connections for worker and controller servers.
([PR](https://github.com/hashicorp/boundary/pull/2668))
* Egress and Ingress worker filters: The target `worker_filter` field has been deprecated and
replaced with egress and ingress worker filters. Egress worker filters determine which workers are
used to access targets. Ingress worker filters (HCP Boundary only) determine which workers are
used to connect with a client to initiate a session. ([PR](https://github.com/hashicorp/boundary/pull/2654))
* Multi-Hop Sessions (HCP Boundary only): Multi-hop PKI workers can communicate with each other to serve
2 primary purposes: authentication and session proxying. This results in the ability to chain
multiple workers together to access services hidden under layers of network security. Multi-hop
workers can also establish a TCP session through multiple workers, with the ability to reverse
proxy and establish a connection.
### Bug Fixes

Loading…
Cancel
Save