mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00:00
* Make plugin-specific env take precedence over sys env * Expand the existing plugin env integration test --------- Co-authored-by: Austin Gebauer <34121980+austingebauer@users.noreply.github.com>
7 lines
490 B
Plaintext
7 lines
490 B
Plaintext
```release-note:change
|
|
plugins: By default, environment variables provided during plugin registration will now take precedence over system environment variables.
|
|
Use the environment variable `VAULT_PLUGIN_USE_LEGACY_ENV_LAYERING=true` to opt out and keep higher preference for system environment
|
|
variables. When this flag is set, Vault will check during unseal for conflicts and print warnings for any plugins with environment
|
|
variables that conflict with system environment variables.
|
|
```
|