Skip to main content

resolve_all_task_secrets

Function resolve_all_task_secrets 

Source
pub fn resolve_all_task_secrets(
    tasks: &[Task],
    salt: Option<&str>,
) -> Result<HashMap<String, CIResolvedSecrets>, SecretError>
Expand description

Resolve secrets for all tasks in an IR

Returns a map of task_id -> CIResolvedSecrets

ยงErrors

Returns SecretError if any secret cannot be resolved.