Upload cosign transparency log and verify signatures before release#5724
Merged
Conversation
eddbbfa to
bbec600
Compare
makhov
previously approved these changes
Apr 4, 2025
Without this, cosign verify-blob fails with requires the flag --insecure-ignore-tlog in order to verify the binary. Signed-off-by: Juan-Luis de Sousa-Valadas Castaño <jvaladas@mirantis.com>
bbec600 to
1e87a3c
Compare
Contributor
Author
|
I verified the fake release and this fixes the issue: https://github.com/k0sproject/k0s/actions/runs/14267310886/job/39992711970 |
Signed-off-by: Juan-Luis de Sousa-Valadas Castaño <jvaladas@mirantis.com>
1e87a3c to
ff63799
Compare
jnummelin
approved these changes
Apr 7, 2025
Contributor
|
Successfully created backport PR for |
Contributor
|
Successfully created backport PR for |
Contributor
|
Successfully created backport PR for |
Contributor
|
Successfully created backport PR for |
7 tasks
takumin
added a commit
to takumin/aqua-registry
that referenced
this pull request
Apr 28, 2025
Transparency logs are now uploaded upstream. see also: k0sproject/k0s#5724 k0sproject/k0s@a01579d
suzuki-shunsuke
pushed a commit
to aquaproj/aqua-registry
that referenced
this pull request
Apr 30, 2025
* feat(k0sproject/k0s): scaffold k0sproject/k0s * fix(k0sproject/k0s): pass cmdx t * fix(k0sproject/k0s): support cosign transparency log Transparency logs are now uploaded upstream. see also: k0sproject/k0s#5724 k0sproject/k0s@a01579d
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
It was reported to us that cosign verify-blob fails with:
The ultimate root cause for this is that we don't upload the transparency log, so the verification process can only be done by adding the flag
--insecure-ignore-tlog.This commit does 2 things:
1- Set
--tlog-upload=trueso that the transparency log can be verified2- Remove the flag
--payloadfrom the documentation. This flags was probably removed at some point and now is invalid.Type of change
How Has This Been Tested?
Checklist