mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
Document seal_name parameter to entropy (#28123)
* Document seal_name parameter to entropy * dashes * active voice * Update website/content/docs/configuration/entropy-augmentation.mdx Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com> --------- Co-authored-by: Sarah Chavis <62406755+schavis@users.noreply.github.com>
This commit is contained in:
@@ -59,3 +59,5 @@ These parameters apply to the `entropy` stanza in the Vault configuration file:
|
||||
- `mode` `(string: <required>)`: The mode determines which Vault operations requiring
|
||||
entropy will sample entropy from the external source. Currently, the only mode supported
|
||||
is `augmentation` which sources entropy for [Critical Security Parameters (CSPs)](/vault/docs/enterprise/entropy-augmentation#critical-security-parameters-csps).
|
||||
- `seal_name` `(string: '')`: Specifies which seal (by name) in a [Seal HA](/vault/docs/concepts/seal#seal-high-availability) setup to use to source entropy.
|
||||
By default, Vault sources entropy from the first available seal moving from lowest to highest priority.
|
||||
|
||||
Reference in New Issue
Block a user