Secrets

Retrieve the secret at the specified location.

get
Path parameters
pathstringRequired

Specifies the path of the secret.

Query parameters
liststringOptional

Return a list if true.

Responses
get
/cubbyhole/{path}

Store a secret at the specified location.

post
Path parameters
pathstringRequired

Specifies the path of the secret.

Body
anyOptional
Responses
post
/cubbyhole/{path}

Deletes the secret at the specified location.

delete
Path parameters
pathstringRequired

Specifies the path of the secret.

Responses
delete
/cubbyhole/{path}

No content

Last updated

Was this helpful?