Skip to main content

resolve_secret

Function resolve_secret 

Source
pub fn resolve_secret(conn: &mut Client, secret_name: &str) -> Result<String>
Expand description

Resolve a secret by name from the secrets table in the PostgreSQL hub.

Secret names are normalized to lowercase (matching Python SecretStore._normalize_name).