pub fn load_credentials(path: &Path) -> Result<AppCredentials>Expand description
Load credentials from a file (plaintext YAML — only useful for re-loading
after a File sink). For SOPS files, decrypt with sops -d before reading.
pub fn load_credentials(path: &Path) -> Result<AppCredentials>Load credentials from a file (plaintext YAML — only useful for re-loading
after a File sink). For SOPS files, decrypt with sops -d before reading.