Tune backend configuration parameters for this mount.
post/sys/mounts/{path}/tune
Request body
allowed_managed_keysstring[]
allowed_response_headersstring[]
A list of headers to whitelist and allow a plugin to set on responses.
audit_non_hmac_request_keysstring[]
The list of keys in the request data object that will not be HMAC'ed by audit devices.
audit_non_hmac_response_keysstring[]
The list of keys in the response data object that will not be HMAC'ed by audit devices.
default_lease_ttlstring
The default lease TTL for this mount.
descriptionstring
User-friendly description for this credential backend.
listing_visibilitystring
Determines the visibility of the mount in the UI-specific listing endpoint. Accepted value are 'unauth' and 'hidden', with the empty default ('') behaving like 'hidden'.
max_lease_ttlstring
The max lease TTL for this mount.
optionsobject
The options to pass into the backend. Should be a json object with string keys and values.
passthrough_request_headersstring[]
A list of headers to whitelist and pass from the request to the plugin.