Closed kommendorkapten closed 2 months ago
We'll want to update signing_config
again once with https://github.com/sigstore/protobuf-specs/pull/383
Btw i added this to trtool
$ ./trtool sc-init -ca https://fulcio.sigstage.dev -op https://oauth2.sigstage.dev/auth/ -tlog https://rekor.sigstage.dev | jq
{
"mediaType": "application/vnd.dev.sigstore.signingconfig.v0.1+json",
"caUrl": "https://fulcio.sigstage.dev",
"oidcUrl": "https://oauth2.sigstage.dev/auth/",
"tlogUrls": [
"https://rekor.sigstage.dev"
]
}
Description
Remove the GitHub TSA as it's not used by anything. It's being removed from the production repo too, see https://github.com/sigstore/root-signing/issues/1268
Add
signing_config.json
for client configuration. This file will contain URLs for the OIDC provider, Fulcio CA and Rekor transparency log which can be used by a client to bootstrap itself. This was added to sigstore protobuf spec in https://github.com/sigstore/protobuf-specs/pull/277