-
Notifications
You must be signed in to change notification settings - Fork 55
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
BUG: Failed to parse root metadata: unknown variant ecdsa
, expected one of rsa
, ed25519
, ecdsa-sha2-nistp256
#338
Comments
After some digging it seems to be an error originating in https://github.dev/awslabs/tough possibly? |
Yes, I patched that last week and is waiting for it to be reviewed: awslabs/tough#755 |
Thanks @kommendorkapten Much appreciated |
@kommendorkapten Out of curiosity... we're using the 0.8.0 tag which should have had all the dep version's fixed, how did this manage to break us? |
@astoycos the Sigstore TUF root was updated yesterday, where the |
And this will continue to fail until |
That makes sense, thanks for explaining :) |
This is now addressed with the 0.9.0 release, which is already available on crates.io 🥳 |
Description
This error randomly started popping up today in our CI and I was able to reproduce locally , I tried bumping our sigstore-rs dep up to main to see if that fixed the issue with no luck, a push in the right direction to fix this would be much appreciated and I'm happy to help out :)
It occurs when pre-fetching tuf data like so
OS INFO:
Fedora 38
ERROR:
Version
using sigstore-rs:0.8.0 and sigstore-rs:main
The text was updated successfully, but these errors were encountered: