backport of commit 750ab337eaa0b049d9cf1535c00e860129e5e9a0 (#23955)

Co-authored-by: Steven Clark <steven.clark@hashicorp.com>
This commit is contained in:
hc-github-team-secure-vault-core 2023-11-02 08:29:00 -04:00 committed by GitHub
parent 69c03d6d63
commit ff0d9e18d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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<string|string>: nil)` - Specifies mount type specific options
that are passed to the backend.