vault-951Documentation (#16434)

This commit is contained in:
akshya96
2022-07-25 16:53:03 -07:00
committed by GitHub
parent 32a077dea1
commit 9d6c6f73ef
2 changed files with 3 additions and 4 deletions

View File

@@ -57,8 +57,7 @@ available when using Auto Unseal.
- `secret_threshold` `(int: <required>)`  Specifies the number of shares
required to reconstruct the root key. This must be less than or equal
`secret_shares`. If using Vault HSM with auto-unsealing, this value must be
the same as `secret_shares`.
`secret_shares`.
Additionally, the following options are only supported using Auto Unseal:

View File

@@ -112,10 +112,10 @@ flags](/docs/commands) included on all commands.
recovery key shares. This is only used with Auto Unseal seals (HSM, KMS and Transit seals).
- `-recovery-shares` `(int: 5)` - Number of key shares to split the recovery key
into. This is only used Auto Unseal seals (HSM, KMS and Transit seals).
into. This is only used with Auto Unseal seals (HSM, KMS and Transit seals).
- `-recovery-threshold` `(int: 3)` - Number of key shares required to
reconstruct the recovery key. This is only used Auto Unseal seals (HSM, KMS and Transit seals).
reconstruct the recovery key. This is only used with Auto Unseal seals (HSM, KMS and Transit seals).
- `-stored-shares` `(int: 0)` - Number of unseal keys to store on an HSM. This
must be equal to `-key-shares`.