-
Notifications
You must be signed in to change notification settings - Fork 546
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
verify: remove SIGSTORE_TRUST_REKOR_API_PUBLIC_KEY test env var for using a key from rekor's API #2362
Conversation
As a follow-up I'd still like to move the RekorPublicKeys to part of Sign/Verification options like Fulcio Roots are. This is generally tough, I always got stuck, but we'll see. That way |
Codecov Report
@@ Coverage Diff @@
## main #2362 +/- ##
==========================================
+ Coverage 30.19% 30.24% +0.04%
==========================================
Files 136 136
Lines 8432 8416 -16
==========================================
- Hits 2546 2545 -1
+ Misses 5555 5541 -14
+ Partials 331 330 -1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Yay! |
Signed-off-by: Asra Ali <[email protected]>
Signed-off-by: Asra Ali <[email protected]>
60d3122
to
d9a6a88
Compare
I think the CI failure was flakey: but rebased and crossing my fingers! |
If we make a v2 branch I'll remove the unused param there. Merging for now. |
Signed-off-by: Asra Ali [email protected]
Scaffolding no longer requires it.
If user's still depend on this, they can use hte
SIGSTORE_REKOR_PUBLIC_KEY
and directly curl the rekor APIRelated #2122
Summary
Release Note
Documentation