wimsey-cli
The wimsey command-line tool.
A command-line tool for WIMSE credentials, useful for inspecting them, producing fixtures, and checking another implementation by hand.
Subcommands: key, wit, wpt, httpsig. Run wimsey --help for the rest.
Part of wimsey, a vendor-neutral reference
implementation of the IETF WIMSE
workload-identity drafts, in Rust.
Pre-alpha. The specs are Internet-Drafts, not RFCs. This crate pins one revision; see
SPEC-MAP.mdfor the pin and for the requirements it does not yet meet.
All signing is EdDSA over Ed25519, which is deterministic, so output is
byte-for-byte reproducible. Time is injected rather than read from a clock, so
verification is reproducible too. Cross-implementation test vectors live in
conformance/.
Licensed under Apache-2.0.