spring-cloud / spring-cloud/spring-cloud-vault
VaultPropertySource renewal broken with spring-cloud-vault 3.*
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 291
- Forks
- 152
- Avg merge
- 11h 24m
- Merged PRs (30d)
- 3
Description
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.*
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with VaultPropertySource and the spring-cloud-vault 3.x configuration reference, then reproduce the provided @VaultPropertySource and @Value example with Renewal.OFF. Done means determining whether Renewal.OFF remains supported and documenting the applicable 3.x configuration or confirmed incompatibility.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100