I am using Spring Vault for managing various configurations. The problem is that when I change values in Vault, I want to know if there is a way for Spring Boot to automatically refresh when there is a change in secret KV in Vault without using @EnableScheduling
.
I tried using @EnableScheduling as a refresher with the @Scheduled principle, but it’s bad