Support VAULT_ADDR in EnvironmentVaultConfiguration - #997
Open
DragonFSKY wants to merge 1 commit into
Open
Conversation
DragonFSKY
force-pushed
the
gh-592-vault-addr-fallback
branch
from
June 30, 2026 03:18
59c2b74 to
aaa22fc
Compare
DragonFSKY
marked this pull request as ready for review
June 30, 2026 03:19
mp911de
force-pushed
the
main
branch
2 times, most recently
from
August 20, 2026 12:57
827bc23 to
b8fce1d
Compare
Closes spring-projectsgh-592 Signed-off-by: Dongliang Xie <dragonfsky@gmail.com>
DragonFSKY
force-pushed
the
gh-592-vault-addr-fallback
branch
from
August 25, 2026 14:33
aaa22fc to
29d12e9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #592
Adds
VAULT_ADDRas a fallback whenvault.uriis absent. The existing Spring Vault property remains preferred, and no generic environment-variable translation is introduced.The reference documentation is updated with the fallback.
Verification
./mvnw -pl spring-vault-core -Dtest=EnvironmentVaultConfigurationUnitTests test(4 tests)./mvnw -pl spring-vault-core test(498 tests, 0 failures/errors)git diff --check