Skip to content

Commit

Permalink
backport of commit 523e916 (#17191)
Browse files Browse the repository at this point in the history
Co-authored-by: Steven Clark <steven.clark@hashicorp.com>
  • Loading branch information
1 parent 9428784 commit d3e20ac
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion website/content/api-docs/system/managed-keys.mdx
Expand Up @@ -145,11 +145,14 @@ $ curl \
- 3072
- 4096

- `force_rw_session` `(string: "false")`: Force all operations to open up
- `force_rw_session` `(string: "false")` - Force all operations to open up
a read-write session to the HSM. This is a boolean expressed as a string (e.g.
`"true"`). 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.

#### AWS KMS Parameters
- `type` `(string: "awskms")` - To select an AWS KMS backend, the type parameter must be set to `awskms`.

Expand Down

0 comments on commit d3e20ac

Please sign in to comment.