Mark Paluch
Mark Paluch
Configuration is initialized before the context is started as configuration is required to control bean registrations. Here's the documentation showing how to configure Spring Vault through the config data API:...
Good catch about `addBootstrapRegistryInitializer` vs. `addBootstrapper`, we need to fix that in our documentation. Right now, the customizer is being called when importing Vault through the config data API by...
The constructor exception is part of why `@VaultProperties` does not play nicely with Spring Boot, see https://github.com/spring-cloud/spring-cloud-vault/issues/642 for further explanation. I see the appetite for annotation-based configuration of Vault property...
Sounds a good enhancement. For databases, we've built some abstractions to centralize common structures. For LDAP, it would make sense to build something on its own that isn't related to...
If you would like us to spend some time helping you to diagnose the problem, please spend some time describing it and, ideally, providing a [minimal yet complete sample](https://stackoverflow.com/help/mcve) that...
Thanks for reaching out. There's lots of vacation going on and this one slipped. Feel free to submit a pull request, ideally using the `ElasticSearchTemplate` because the repository-based approach (findById)...
Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue.
Requires spring-projects/spring-vault#759 to be solved first.
No not is not. I have little oversight over OIDC and what else belongs into this auth scheme as I'm not a user of OIDC. Therefore, if someone who is...