Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
marishettyramya opened this issue Sep 8, 2022 · 1 comment
Open

Comments

@marishettyramya
Copy link

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
Copy link
Member

mp911de commented Mar 28, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants