You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
spring-cloud-config-server, spring-cloud-starter-vault-config and starter-actuator on the classpath we get the issue that the bean vaultTemplate is defined in SpringVaultClientConfiguration and in VaultAutoConfiguration. The application will not start unless we provide bean overriding.
It's enough to rename one of those beans to fix this.
The text was updated successfully, but these errors were encountered:
But SpringVaultClientConfiguration does not have any beans defined in it. I searched spring cloud config for anything named vaultTemplate but I did not find any beans with that name.
When we have
spring-cloud-config-server
,spring-cloud-starter-vault-config
andstarter-actuator
on the classpath we get the issue that the beanvaultTemplate
is defined inSpringVaultClientConfiguration
and inVaultAutoConfiguration
. The application will not start unless we provide bean overriding.It's enough to rename one of those beans to fix this.
The text was updated successfully, but these errors were encountered: