Skip to content

Support VAULT_ADDR in EnvironmentVaultConfiguration - #997

Open
DragonFSKY wants to merge 1 commit into
spring-projects:mainfrom
DragonFSKY:gh-592-vault-addr-fallback
Open

Support VAULT_ADDR in EnvironmentVaultConfiguration#997
DragonFSKY wants to merge 1 commit into
spring-projects:mainfrom
DragonFSKY:gh-592-vault-addr-fallback

Conversation

@DragonFSKY

@DragonFSKY DragonFSKY commented May 12, 2026

Copy link
Copy Markdown

Closes #592

Adds VAULT_ADDR as a fallback when vault.uri is 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

  • Regression test fails without the fallback
  • ./mvnw -pl spring-vault-core -Dtest=EnvironmentVaultConfigurationUnitTests test (4 tests)
  • ./mvnw -pl spring-vault-core test (498 tests, 0 failures/errors)
  • git diff --check

@DragonFSKY
DragonFSKY force-pushed the gh-592-vault-addr-fallback branch from 59c2b74 to aaa22fc Compare June 30, 2026 03:18
@DragonFSKY
DragonFSKY marked this pull request as ready for review June 30, 2026 03:19
@mp911de
mp911de force-pushed the main branch 2 times, most recently from 827bc23 to b8fce1d Compare August 20, 2026 12:57
Closes spring-projectsgh-592

Signed-off-by: Dongliang Xie <dragonfsky@gmail.com>
@DragonFSKY
DragonFSKY force-pushed the gh-592-vault-addr-fallback branch from aaa22fc to 29d12e9 Compare August 25, 2026 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make properties vault.addr and vault.uri equivalent

1 participant