pub async fn sync_authorized_keys(
cloud_home: &dyn CloudHome,
chain: &MembershipChain,
) -> Result<(), MembershipOpsError>Expand description
Write individual auth/keys/{pubkey} files for each current member.
This materializes the membership chain into per-key files that the proxy can read without understanding the chain format. Keys are added/removed to match the chain’s current members.