Skip to content

Commit

Permalink
Document max_parallel for PKCS#11 seals (#25291)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgmiller authored Feb 8, 2024
1 parent 1529422 commit 453e352
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website/content/docs/configuration/seal/pkcs11.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,9 @@ These parameters apply to the `seal` stanza in the Vault configuration file:
variable. This key is mainly to work around a limitation within AWS's CloudHSM v5
pkcs11 implementation.

- `max_parallel` `(int: 1)` - The number of concurrent requests that may be
in flight to the HSM at any given time.

- `disabled` `(string: "")`: Set this to `true` if Vault is migrating from an auto seal configuration. Otherwise, set to `false`.

Refer to the [Seal Migration](/vault/docs/concepts/seal#seal-migration) documentation for more information about the seal migration process.
Expand Down

0 comments on commit 453e352

Please sign in to comment.