Spring Vault 1.1.0 和 Spring Vault 2.0 第三个里程碑版已发布。
Spring Vault 1.1 GA 值得关注的更新:
Pull-mode support for AppRole authentication.
Vault login using via AWS IAM.
Support of batch transit operations.
Rotation of generic secrets based on their lease duration.
Introduction of VaultEndpointProvider
to configure endpoints dynamically.
Spring Vault 2.0 M3 有以下的改进:
Vault repositories via @EnableVaultRepositories
built on top of Spring Data KeyValue.
Support to create and modify Vault’s policies represented as JSON.
官方表示,Spring Vault 1.1 GA 将会是 1.x 系列的最后一个小修复版本,它的生命周期即将终止。此外,将在下一个 Spring Vault 2.0 里程碑版本中添加对响应式编程的支持。
有关更改的完整列表,请参阅 1.1.0 RELEASE 和 2.0.0 M3 的更新日志。
详情请参阅发布主页 。