Files
vault/changelog/26427.txt
Theron Voran 6df779f1ba agent: allow setting auto-auth and vault.namespace separately (#26427)
The new vault.namespace config option seems to always be overridden by
the auto-auth namespace, so add an extra check to allow them to be set
separately.

---------

Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
2024-04-15 21:05:38 +00:00

4 lines
120 B
Plaintext

```release-note:bug
agent: `vault.namespace` no longer gets incorrectly overridden by `auto_auth.namespace`, if set
```