-
Notifications
You must be signed in to change notification settings - Fork 68
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Description
Version
Specified the following SigningConfig in a ClientTrustConfig:
"signingConfig": {
"ca_url": "https://fulcio.sigstage.dev",
"oidc_url": "https://oauth2.sigstage.dev/auth",
"tlog_urls": [
"https://rekor.sigstage.dev"
],
"tsa_urls": [
"https://timestamp.sigstage.dev/api/v1/timestamp"
]
}
The OIDC URL was ignored, and defaulted to prod. To work around this, I provided an identity token obtained out of band.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working