Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport of Bring back managed key documentation update from ENT to OSS into release/1.11.x #17191

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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