spring-cloud / spring-cloud-vault

Configuration Integration with HashiCorp Vault
http://cloud.spring.io/spring-cloud-vault/
Apache License 2.0
270 stars 151 forks source link

Reactive Health Contributor ask for authentication while non reactive one doesnt #663

Closed LaSylv closed 1 year ago

LaSylv commented 1 year ago

VaultReactiveHealthIndicator is doing the check using doWithSession methode, while the VaultHealthIndicator do not. It does not seem normal that those two implementations are not coherent