0

I need to integrate Vault with spring cloud config server. For example, I have two client services, spring cloud config server and Vault. I need that my clients will go to the spring cloud config server and he will back settings (from git for example) and he will go to Vault and will return credentials for specific server.

I did only that my service goes to Vault and config server seperatly with approle (or general token). Vault on localhost:8200 and spring cloud config on localhost:8888 For example, links below are about this problem but they about one client service https://irezyigit.medium.com/approle-authentication-with-vault-7dab4ce0b75e https://pavankjadda.dev/hashicorp-vault-authentication-with-spring-cloud-and-spring-boot/ https://dzone.com/articles/integrating-vault-with-spring-cloud-config-server

How can I do this? Where can i read about it? I found a lot of links in Google but they are common example and not about it. Thank you

0 Answers0