-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Known issue: KeyError: 'sct'
#105
Comments
For context, the actual issue is that we're blocked on a new release of Thinking a bit about workarounds for this:
I'm leaning towards |
|
Perhaps another workaround would be to temporarily try and bring some of the functionality we introduced to |
Unfortunately, I don't think that'll be possible 😞 -- the majority of the changes we made were in Rust, since (AFAIK) |
Tried this, but no luck -- the |
(One last thing I'll try is just YOLOing the extension out of the certificate, modifying it in place. That might cause an error, but we'll see.) |
Oh, another option: we could temporarily depend on |
This would work, but it still requires new attributes on the SCT that aren't available yet (and are added via Rust). So I think we're out of luck here, unless we want to refactor the current certificate request code to manually extract and re-parse the SCTs using a new Edit: I just found |
#111. |
Description
When signing, the following exception is displayed:
Version
This affects all currently published versions of
sigstore
.Fix
This is blocked on a release that includes #84.
The text was updated successfully, but these errors were encountered: