From 24cab674e0b48613e3ebc9076db21c39bd17c07b Mon Sep 17 00:00:00 2001 From: "Scott G. Miller" Date: Mon, 4 Apr 2022 13:43:45 -0500 Subject: [PATCH 1/2] Subtle docs change for allow_store_key --- website/content/api-docs/system/managed-keys.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/api-docs/system/managed-keys.mdx b/website/content/api-docs/system/managed-keys.mdx index 3b626349c583..3441e11c23b9 100644 --- a/website/content/api-docs/system/managed-keys.mdx +++ b/website/content/api-docs/system/managed-keys.mdx @@ -87,8 +87,8 @@ $ curl \ a key into the configured backend even if a key is present, if set to false those operations are forbidden if a key exists. -- `allow_store_key` `(string: "false")` - Controls the ability for Vault to generate or import a key within the - configured backend, if "false" those operations will be forbidden. +- `allow_store_key` `(string: "false")` - Controls the ability for Vault to import a key + to the configured backend, if "false" those operations will be forbidden. - `any_mount` `(string: "false")` - Allow usage from any mount point within the namespace if "true". If "false" specific mount points will need their `allowed_managed_keys` parameter to be updated with the key name to From 1160bea10a81b6f2bdde03b87acc6fc510f621de Mon Sep 17 00:00:00 2001 From: "Scott G. Miller" Date: Mon, 4 Apr 2022 13:44:27 -0500 Subject: [PATCH 2/2] errant space --- 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 3441e11c23b9..749538734a7f 100644 --- a/website/content/api-docs/system/managed-keys.mdx +++ b/website/content/api-docs/system/managed-keys.mdx @@ -88,7 +88,7 @@ $ curl \ if a key exists. - `allow_store_key` `(string: "false")` - Controls the ability for Vault to import a key - to the configured backend, if "false" those operations will be forbidden. + to the configured backend, if "false" those operations will be forbidden. - `any_mount` `(string: "false")` - Allow usage from any mount point within the namespace if "true". If "false" specific mount points will need their `allowed_managed_keys` parameter to be updated with the key name to