-
Notifications
You must be signed in to change notification settings - Fork 547
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
Breaking change: Respect tlog-upload=false, default to true #2505
Conversation
This is related to #2504, and copies in the e2e tests from there. I think this is the final removal of things related to cosign_experimental. Now, we'll upload a signed artifact signature to Rekor whether you're using the "keyless" Fulcio flow or a provided key. If you want to disable the upload, set tlog-upload=false, and on verification, insecure-skip-tlog-verify=true. |
Codecov Report
@@ Coverage Diff @@
## main #2505 +/- ##
==========================================
+ Coverage 29.62% 29.66% +0.04%
==========================================
Files 139 139
Lines 8558 8553 -5
==========================================
+ Hits 2535 2537 +2
+ Misses 5666 5659 -7
Partials 357 357
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor comments
This changes the default for uploading to the tlog to always upload unless explicitly set to false. We no longer require checking if the flow is keyless or not, as it'll be up to the uploader to decide if they want to upload to Rekor or not. When verifying, if you set tlog-upload=false, then you must set insecure-skip-tlog-verify=true Signed-off-by: Hayden Blauzvern <hblauzvern@google.com>
Signed-off-by: Hayden Blauzvern <hblauzvern@google.com>
Signed-off-by: Hayden Blauzvern <hblauzvern@google.com>
Signed-off-by: Hayden Blauzvern <hblauzvern@google.com>
Signed-off-by: Hayden Blauzvern <hblauzvern@google.com>
f5d8eb6
to
d56b8ce
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AAH! Just one minor thing
Signed-off-by: Hayden Blauzvern <hblauzvern@google.com>
This changes the default for uploading to the tlog to always upload unless explicitly set to false. We no longer require checking if the flow is keyless or not, as it'll be up to the uploader to decide if they want to upload to Rekor or not.
When verifying, if you set tlog-upload=false, then you must set insecure-skip-tlog-verify=true
Signed-off-by: Hayden Blauzvern hblauzvern@google.com
Summary
Release Note
Documentation