Unverified Commit f8cb3dcc authored by Scott Miller's avatar Scott Miller Committed by GitHub
Browse files

Don't claim that Vault obfuscates the environment variable for sensitive...

Don't claim that Vault obfuscates the environment variable for sensitive values, this doesn't work at least in recent version of Go, as Go makes a copy of the environment, so we're only modifying that one, and not the one visible to the rest of the system (#13252)
parent 0e9db8be
Showing with 1 addition and 2 deletions
+1 -2
......@@ -77,8 +77,7 @@ These parameters apply to the `seal` stanza in the Vault configuration file:
- `pin` `(string: <required>)`: The PIN for login. May also be specified by the
`VAULT_HSM_PIN` environment variable. _If set via the environment variable,
Vault will obfuscate the environment variable after reading it, and it will
need to be re-set if Vault is restarted._
it will need to be re-set if Vault is restarted._
- `key_label` `(string: <required>)`: The label of the key to use. If the key
does not exist and generation is enabled, this is the label that will be given
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment