问题 I'm trying to do something I think is simple. I want to use Consul for configuration, and Vault for secrets. What I'm looking for is a simple app like this that allows me to get config and services from Consul, and secrets from Vault. In my example, Consul and Vault are connected, and I can see Vault in the Consul services and key-value store. In Postman, I can query Vault directly and see my data at {{vault_url}}/v1/secret/interservice-bus/data-categorizer Right now I cannot see Consul or