diff --git a/website/content/api-docs/system/mounts.mdx b/website/content/api-docs/system/mounts.mdx index a93e5100c0..4635d4516f 100644 --- a/website/content/api-docs/system/mounts.mdx +++ b/website/content/api-docs/system/mounts.mdx @@ -175,6 +175,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.