Skip to content

Commit

Permalink
Add missing allowed_managed_key param to mount creation doc (hashicor…
Browse files Browse the repository at this point in the history
…p#23948)

- We had updated the mount tune api, but missed it within the
   creation api docs
  • Loading branch information
stevendpclark committed Nov 2, 2023
1 parent 3e94f2f commit 750ab33
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website/content/api-docs/system/mounts.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 750ab33

Please sign in to comment.