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
As in sigstore-go: --trusted-root FILE will override the default trust root discovery via TUF, allowing a user to substitute their own trust root (potentially for an internal Sigstore deployment, or for testing, etc.).
This will unify the current rats nest of flags for configuring custom Sigstore behavior: we'll be able to deprecate and eventually remove --rekor-url, --rekor-root-pubkey, --fulcio-url, --ctfe, and possibly some others. This in turn will allow us to close #324.
As in
sigstore-go
:--trusted-root FILE
will override the default trust root discovery via TUF, allowing a user to substitute their own trust root (potentially for an internal Sigstore deployment, or for testing, etc.).This will unify the current rats nest of flags for configuring custom Sigstore behavior: we'll be able to deprecate and eventually remove
--rekor-url
,--rekor-root-pubkey
,--fulcio-url
,--ctfe
, and possibly some others. This in turn will allow us to close #324.xrefs:
The text was updated successfully, but these errors were encountered: