pub fn get(secret_name: &str) -> Result<String>
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.