RELEASED: Public: January 24, 2024
Resolved issues
- HashiCorp Vault Plugin support for complex KV2 mount names (BEE-40095)
-
If the mount name for the KV2 Vault secret engine contained forward slashes (
//
), the validation returned apermission denied
error.
This issue is resolved. The mount name for the KV2 Vault secret engine is now split into a different form field allowing you to specify a complex mount name separately and to access it correctly.
If Vault KV2 credentials are configured with Configuration as Code, it is recommended to update the CasC configuration, specifying the mountName
separately.