From 03a456c73397dda689b117da037ec822b2f84aae Mon Sep 17 00:00:00 2001 From: Irena Rindos Date: Tue, 24 Jan 2023 09:25:33 -0500 Subject: [PATCH] update changelog for multi-hop (#2834) --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ab0472800..b0f71dde13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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