Skip to content

Commit

Permalink
Merge 523e916 into backport/stevendpclark/docs-managed-key-ent-docs/u…
Browse files Browse the repository at this point in the history
…sually-proven-anchovy
  • Loading branch information
hc-github-team-secure-vault-core committed Sep 19, 2022
2 parents e3a51f7 + 523e916 commit 14ca51d
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 14ca51d

Please sign in to comment.