spring-cloud / spring-cloud-vault

Configuration Integration with HashiCorp Vault
http://cloud.spring.io/spring-cloud-vault/
Apache License 2.0
270 stars 151 forks source link

VaultPropertySource renewal broken with spring-cloud-vault 3.* #656

Open marishettyramya opened 1 year ago

marishettyramya commented 1 year ago

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.*

mp911de commented 1 year ago

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.