Get ahead
VMware offers training and certification to turbo-charge your progress.
Learn moreI’m pleased to announce the first milestone release of Spring CredHub 2.0.0, available now in the Spring milestone repository.
CredHub provides centralized credential management to the Cloud Foundry platform. CredHub implements an HTTP API to securely store, generate, retrieve, and delete credentials of various types.
Spring CredHub provides a Java binding for the CredHub API, making it easy to integrate Spring applications with CredHub.
The 2.0.0 release brings support for CredHub server versions 1.x and 2.x, and the CredHub v1 and v2 APIs. This release also provides compatibility with Spring Framework 5 and Spring Boot 2. The GA release of Spring CredHub 2.0.0 will add a reactive alternative to the existing interfaces.
The Spring CredHub documentation contains a Getting started section to help get you started using the library. Feedback can be provided via GitHub issues.
Spring CredHub borrows design concepts (and a bit of code) from Spring Vault. Many thanks to Mark Paluch for the work he’s done with Spring Vault.