Le Makhno
Le Makhno
Upd: pull request https://github.com/spring-projects/spring-vault/pull/958
I'd like to keep it declarative, as it supposed to be in Spring, instead of describing secrets in code. My pull request enhances annotation based approach with feature of custom...
Approach with @PropertyMapping is the most elegant in my opinion.
`VaultConfigurer` configuration does not seem to work, spring 3.5.8, springCloudVersion 2025.0.0. Tried declaring `@Component`, `@Configuration` of this type, spring does not call the method `addSecretBackends` i override to configure vault.
I did as specified in documentation, there are issues: 1. there is no method `addBootstrapper` on `SpringApplication` anymore (spring boot 3.5.8) 2. the closest where i can put `VaultConfigurer` is...
Sorry, can't make it work. Did as you suggested in last comment, my VaultConfigurer is not called anyways. All attempts to configure vault using annotation @VaultPropertySource and properties file end...