Search code examples
springspring-cloudspring-cloud-configspring-cloud-vault-config

Difference between Spring Cloud Vault and Spring Cloud Config with Vault backend


What is the difference between the followings?


Solution

  • Spring Cloud Vault is more lightweight because it does not require to run a java server (Spring Cloud Config Server) as a frontend for Vault, your Spring Boot app connects directly to Vault.

    I have a small demo: https://github.com/gmarziou/demo-spring-cloud-vault