我们使用Spring云库作为我们环境中的凭证存储。 当Vault url返回404时,fail fast选项不起作用 - 不会抛出异常,但应用程序继续启动并继续使用Spring默认密码(因为没有从Vault中获取凭据)。
我正在检查日志,搜索了一下,发现了以下内容: https://github.com/spring-projects/spring-vault/commit/5078a4c133211adb1bb3642cc867b40deed7b0f0
这会夺走VaultClient - 这是否意味着它还会带走快速失败的选项?
https://github.com/spring-cloud/spring-cloud-vault/issues/143