You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Part of #24. Gated on the #194 step-0 spike outcome. Blocked by #194.
Why
The original scope ("upgrade sigstore-rs to Rekor v2 / TUF root") described an upgrade of a dependency that does not exist yet — PR #87 ships no sigstore crate, and the TUF-distributed trust root lands with the pipeline itself in #194. What remains here is only the Rekor v1 → v2 delta.
The Rekor v2 endpoint rotates roughly every 6 months — clients must consume the endpoint dynamically from the Sigstore SigningConfig / TrustedRoot, never hardcode it.
Part of #24. Gated on the #194 step-0 spike outcome. Blocked by #194.
Why
The original scope ("upgrade sigstore-rs to Rekor v2 / TUF root") described an upgrade of a dependency that does not exist yet — PR #87 ships no
sigstorecrate, and the TUF-distributed trust root lands with the pipeline itself in #194. What remains here is only the Rekor v1 → v2 delta.Timing facts (verified 2026-07-09):
SigningConfig/TrustedRoot, never hardcode it.What
rekor.rsmodule docs record "v2 deferred pending sigstore-rs support" (written in Implement sign/verify pipeline via sigstore-rs (slice 2) #194) and this issue tracks the delta.Acceptance criteria
rekor.rs"v2 deferred" doc note removed or updated.References