pub fn resolve_secrets(
vault: &Vault,
murk: &Murk,
pubkey: &str,
tags: &[String],
) -> BTreeMap<String, String>Expand description
Merge scoped overrides over shared values and filter by tag. Returns raw (unescaped) values suitable for env var injection.