pub async fn enable(
client: &impl Client,
path: &str,
engine_type: &str,
opts: Option<&mut EnableEngineRequestBuilder>,
) -> Result<(), ClientError>
Expand description
Enables a secret engine at the given path
pub async fn enable(
client: &impl Client,
path: &str,
engine_type: &str,
opts: Option<&mut EnableEngineRequestBuilder>,
) -> Result<(), ClientError>
Enables a secret engine at the given path