v1

latestOpenAPI 3.0.2Mozilla Public License 2.02026-07-17307105155.2 KB
system

Enable a new secrets engine at the given path.

post/sys/mounts/{path}

Request body

configobject

Configuration for this mount, such as default_lease_ttl and max_lease_ttl.

descriptionstring

User-friendly description for this mount.

external_entropy_accessboolean

Whether to give the mount access to Vault's external entropy.

localboolean

Mark the mount as a local mount, which is not replicated and is unaffected by replication.

optionsobject

The options to pass into the backend. Should be a json object with string keys and values.

plugin_namestring

Name of the plugin to mount based from the name registered in the plugin catalog.

plugin_versionstring

The semantic version of the plugin to use.

seal_wrapboolean

Whether to turn on seal wrapping for the mount.

typestring

The type of the backend. Example: "passthrough"

Response

OK