Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 664 Bytes

File metadata and controls

5 lines (4 loc) · 664 Bytes
varlock minor

Credential proxy: request signing via transform= on @proxy rules. Generic HMAC (hmac-sha256/hmac-sha512) signs the final outbound request with a signing secret the agent never holds, and http-basic writes Basic auth headers the proxy composes from the real secret (base64 encoding otherwise hides placeholders from substitution). Transform options reference credential items with $ITEM syntax; the references are captured without resolving, so secret values never enter rule data. Plugins can register additional signing schemes (option specs drive validation and placeholder management; the signer runs in the proxy per matching request).