Documentation
¶
Overview ¶
Command executor is a reference API-test executor: it subscribes to a control channel, decrypts each pushed job with the envelope layer, runs the HTTP request(s) locally with full timing capture, and prints a structured result.
This is the shape of the v1 agent described in the design: PushFlo is only an (untrusted) transport; the payloads are end-to-end encrypted and signed.
Env:
PUSHFLO_PUBLISH_KEY pub_... CONTROL_CHANNEL e.g. executor-<id> RECIPIENT_PUBLIC base64 (this executor's X25519 public key) RECIPIENT_PRIVATE base64 (this executor's X25519 private key) SIGNER_PUBLIC base64 (the cloud's Ed25519 signing public key)
Click to show internal directories.
Click to hide internal directories.