Hands on with Spring Vault 2.1
Spring Vault 2.1 is already in sight. I would like to use this post to take a deeper look at the changes and features that are in the upcoming release.
The team has been working on a whole bunch of new features:
-
Extending infrastructure-based authentication to support Google Cloud IAM and Azure Managed Service Identity
-
Integrating Vault’s versioned Key-Value backend
-
Wrapping API support
-
Java 11 compatibility
Spring Vault supports HashiCorp Vault versions 0.5 up to 0.11. You can find the Spring Vault and Spring Cloud Vault examples repository on GitHub. Now, let’s dive into the Spring…