Closed
Description
Describe the bug
We're using Spring Cloud 2020.0.1 with Spring Boot 2.4.2 and the new configuration setup (i.e. spring.config.import=vault://
).
When configuring Spring Cloud Vault wrongly (i.e. inaccessible URL or invalid credentials), there is no error message about this. It just fails silently to import the properties.
An error message would reduce the necessary debugging time by a lot.