From 54f62c0de2a424ad7915162dbe2263e7bdfe3f1b Mon Sep 17 00:00:00 2001 From: Steven Clark Date: Mon, 19 Sep 2022 15:46:30 +0000 Subject: [PATCH] backport of commit 523e91601376cbde9fc83cea87576f70f2394cb5 --- website/content/api-docs/system/managed-keys.mdx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/website/content/api-docs/system/managed-keys.mdx b/website/content/api-docs/system/managed-keys.mdx index 749538734a7f3..b7f0786c7c556 100644 --- a/website/content/api-docs/system/managed-keys.mdx +++ b/website/content/api-docs/system/managed-keys.mdx @@ -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`.