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

柔情痞子 提交于 2019-12-01 06:39:08

问题


What is the difference between the followings?

  • Spring Cloud Vault - http://cloud.spring.io/spring-cloud-vault/
  • Spring Cloud Config Server with Vault backend - http://cloud.spring.io/spring-cloud-static/Camden.SR4/#_spring_cloud_config_server

回答1:


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



来源:https://stackoverflow.com/questions/45502722/difference-between-spring-cloud-vault-and-spring-cloud-config-with-vault-backend

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!