From ff0d9e18d19fd926792d53112057d896b70e98c1 Mon Sep 17 00:00:00 2001 From: hc-github-team-secure-vault-core <82990506+hc-github-team-secure-vault-core@users.noreply.github.com> Date: Thu, 2 Nov 2023 08:29:00 -0400 Subject: [PATCH] backport of commit 750ab337eaa0b049d9cf1535c00e860129e5e9a0 (#23955) Co-authored-by: Steven Clark --- 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 582a1aced..179304523 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.