From 9e6ebdddc6183d3bbc5e5d45247a471be9feb77d Mon Sep 17 00:00:00 2001 From: Jim Date: Thu, 26 Oct 2023 12:21:56 -0400 Subject: [PATCH] chore: add changelog for ldap fix PR #3929 (#3934) --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd418ebecc..af5bf0650b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ Canonical reference for changes, improvements, and bugfixes for Boundary. ### Bug Fixes * High CPU consumption: A background GRPC connection state check caused high CPU utilization. This was caused by a long running loop that was checking for GRPC connection state changes between a worker and an upstream connection address. The loop was not correctly waiting for GRPC connection state changes before running. The issue was fixed by correctly updating the state that determines when the loop in GRPC connection state check should run. ([PR](https://github.com/hashicorp/boundary/pull/3884)) +* LDAP auth methods: Fix encoding of mTLS client key which prevented Boundary + from making mTLS connections to an LDAP server ([Issue](https://github.com/hashicorp/boundary/issues/3927), + [PR](https://github.com/hashicorp/boundary/pull/3929)). ## 0.14.1 (2023/10/17)