How can I connect both Hashicorp Vault and Git repo to Spring Cloud Config Server as external repos?
How can I connect both Hashicorp Vault and Git repo to Spring Cloud Config Server and pull the properties simultaneously from both repos together and provide to the Spring Config Client?
I want to keep my external configurations in Git repo and keep my secrets in Vault. And both should be integrated with Config Server.