From 750ab337eaa0b049d9cf1535c00e860129e5e9a0 Mon Sep 17 00:00:00 2001 From: Steven Clark Date: Thu, 2 Nov 2023 08:26:00 -0400 Subject: [PATCH] Add missing allowed_managed_key param to mount creation doc (#23948) - We had updated the mount tune api, but missed it within the creation api docs --- website/content/api-docs/system/mounts.mdx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/content/api-docs/system/mounts.mdx b/website/content/api-docs/system/mounts.mdx index a7287420fc..3bee236c5c 100644 --- a/website/content/api-docs/system/mounts.mdx +++ b/website/content/api-docs/system/mounts.mdx @@ -171,6 +171,9 @@ This endpoint enables a new secrets engine at the given path. unversioned plugin that may have been registered, the latest versioned plugin registered, or a built-in plugin in that order of precendence. + - `allowed_managed_keys` `(array: [])` - List of managed key registry entry names + that the mount in question is allowed to access. + - `options` `(map: nil)` - Specifies mount type specific options that are passed to the backend.