Module ipc

Module ipc 

Source

StructsΒ§

ProfileSpec πŸ”’
A parsed profile spec from CSV input like β€œorg:vault” or bare β€œvault”.

ConstantsΒ§

RPC_TIMEOUT πŸ”’
Default RPC timeout.

FunctionsΒ§

connect πŸ”’
fetch_multi_profile_secrets πŸ”’
Fetch secrets from multiple profiles, merging with left-wins collision resolution.
fetch_profile_secrets πŸ”’
Fetch all secrets for a profile from the vault via IPC.
find_ssh_key_index πŸ”’
Find the index of an SSH key by fingerprint in the agent’s eligible key list.
parse_profile_specs πŸ”’
Parse a CSV profile spec string.
resolve_profile_specs πŸ”’
Resolve profile specs from a CLI flag or SESAME_PROFILES env var.
rpc πŸ”’
Send an RPC request and wait for the correlated response.