I'm in a project where we're using Spring Cloud Config Server with Vault backend
and I don't know why we need the cloud config server. Before I attempt to move this to a simpler implementation with Spring Cloud Vault
, I want to know if there is a reason I would keep Spring Cloud Config with Vault
.
- Spring Cloud Vault - http://cloud.spring.io/spring-cloud-vault/
- Spring Cloud Config Server with Vault backend - https://dzone.com/articles/integrating-vault-with-spring-cloud-config-server
I know there's a similar question out there already but it does not answer why we would use one over the other: Difference between Spring Cloud Vault and Spring Cloud Config with Vault backend