mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-18 18:38:08 -05:00
Add a note on newlines in indirect reference values in seal configs (#31344)
This commit is contained in:
parent
0660ea6fac
commit
8309387230
1 changed files with 4 additions and 0 deletions
|
|
@ -58,4 +58,8 @@ from the environment or a file. Two URL style forms are supported:
|
|||
`path`. Path may be absolute or relative, and if relative, is relative to
|
||||
the working directory of the Vault process.
|
||||
|
||||
Note that indirect value references are not whitespace pruned, so in
|
||||
particular with the file method care to eliminate trailing newlines is
|
||||
required.
|
||||
|
||||
[sealwrap]: /vault/docs/enterprise/sealwrap
|
||||
Loading…
Reference in a new issue