Binding applications to HashiCorp's Vault with Spring in Cloud Foundry
In this article, we will dive in how to bind a Spring application to HashiCorp’s Vault service broker on Cloud Foundry.
Spring Boot provides a lot of autoconfiguration and external binding features, some of which are relevant to Cloud Foundry, and many of which are not. Spring Cloud Connectors is a library that you can use in your application if you want to create your own components programmatically, but it doesn’t do anything “magical” by itself.
Spring Cloud Connectors lays the foundation for connectors that integrate with various Cloud services. It has ships components that allow correct…