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
Code with @VaultPropertySource @value that works with spring-cloud-vault before version 3.0; fails to work since 3.0 (haven't noticed any information regarding breaking change in release notes).
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 sample that reproduces the problem.
Code with @VaultPropertySource @value that works with spring-cloud-vault before version 3.0; fails to work since 3.0 (haven't noticed any information regarding breaking change in release notes).
`@VaultPropertySource(value = { "${spring.cloud.vault.aws.s3.node}" }, renewal = VaultPropertySource.Renewal.OFF)
How can I configure renewal as OFF in 3.*
The text was updated successfully, but these errors were encountered: