From 1bae5eed3e180a8aa145c22ca7a2d88422a5950b Mon Sep 17 00:00:00 2001 From: Chris Stella Date: Fri, 11 Nov 2022 08:42:37 -0700 Subject: [PATCH] Update Azure 'key_type' description (#17903) Updated the description for the 'key_type' parameter to read 'RSA-HSM' as the only supported value. --- website/content/api-docs/system/managed-keys.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/api-docs/system/managed-keys.mdx b/website/content/api-docs/system/managed-keys.mdx index 57c80c335..12b9bc116 100644 --- a/website/content/api-docs/system/managed-keys.mdx +++ b/website/content/api-docs/system/managed-keys.mdx @@ -214,7 +214,7 @@ $ curl \ - `key_bits` `(string: )`: The size in bits for an RSA key. This field is required when `key_type` is `RSA`. Supported values are `2048`, `3072`, and `4096`. -- `key_type` `(string: )`: The type of key to use. At this time only supported value is `RSA`. +- `key_type` `(string: )`: The type of key to use. At this time only supported value is `RSA-HSM`. #### GCP Cloud KMS Parameters - `type` `(string: "gcpckms")` - To select an GCP Cloud KMS backend, the type parameter must be set to `gcpckms`.