Skip to main content

get

Function get 

Source
pub fn get(secret_name: &str) -> Result<String>
Expand description

Get a Docker secret by name

Returns the content of the secret. If the secret does not exist or cannot be read, returns an error.