Slava
Slava
**Describe the bug** According to [documentation](https://cloud.spring.io/spring-cloud-static/spring-cloud.html#overriding-bootstrap-properties) we should be able to override remote properties with local property sources, but it doesn't work. **Sample** Here's a [demo project](https://github.com/kis024/Spring-cloud-config-bug).
We've added basic auth to our config server, we want to store credentials for config clients in vault. This flow doesn't work since RestTemplate that connects to config server is...
We store jwt and nkey in our secret storage, vould be nice to have this usecase supported in spring-nats