Function streambed::get_secret_value
source · pub async fn get_secret_value(
ss: &impl SecretStore,
secret_path: &str,
) -> Option<String>Expand description
Given a secret store, a path to a secret, get a secret. The secret is expected to reside in a data field named “value”.