Is there a reason to store non-secret key/value configuration in a separate key/value store like consul, rather than storing it together with secrets in a secret k/v store like vault?
One possible reason is that vault may provide extra overhead for accessing non-secret configuration.
Can you think of any other reasons to store or not to store non-secrets and secrets in the same k/v store?