From e8f96dc9b663a7cf74dcef1a03a887f504c87585 Mon Sep 17 00:00:00 2001 From: Michael Gaffney Date: Tue, 5 Dec 2023 13:45:56 -0500 Subject: [PATCH] chore(changelog): Add Vault client setting fixes --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83dc6404de..e85a67c5c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,19 @@ Canonical reference for changes, improvements, and bugfixes for Boundary. how to configure rate limits, and how to disable rate limiting see the noted PR. ([PR](https://github.com/hashicorp/boundary/pull/4092)) +### Bug Fixes + +* Two Vault client settings were not being properly used when constructing a + Vault client. ([PR](https://github.com/hashicorp/boundary/pull/3973)) + + The `TLS Skip Verify` setting was only being set if a `CA Cert` was also + configured. This fix sets the `TLS Skip Verify` when configured regardless of + other settings. + + The `TLS Server Name` setting was never being set. Bad programmers. This fix + now sets it on the Vault client if the Vault Credential Store has been + configured to use a value for this setting. + ## 0.14.2 (2023/10/27) ### New and Improved