Skip to content
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

fix oidc post-merge job #2164

Merged
merged 1 commit into from Aug 16, 2022
Merged

fix oidc post-merge job #2164

merged 1 commit into from Aug 16, 2022

Conversation

cpanato
Copy link
Member

@cpanato cpanato commented Aug 16, 2022

Summary

after the PR #2139 we start seeing the post merge job Test GitHub OIDC started to fail

looks like now we need to set the --certificate-chain as well

running the job locally (showing just the end) with the new flag fix the issue

... 

+ echo 'Verifying ...'
Verifying ...
+ ./cosign verify-blob --signature verify-experimental-signature --cert ./test/testdata/test_blob_cert.pem --certificate-chain ./test/testdata/test_blob_cert.pem verify-experimental-blob
tlog entry verified with uuid: 455865ce1e39af88d9c9689ca769adf26a2a315376137a87423eaf8cdedd9f47 index: 3197297
Verified OK

Release Note

Documentation

Signed-off-by: cpanato <ctadeu@gmail.com>
@cpanato cpanato requested review from dlorenc and asraa August 16, 2022 14:38
@dlorenc dlorenc merged commit 1a9027c into sigstore:main Aug 16, 2022
@github-actions github-actions bot added this to the v1.11.0 milestone Aug 16, 2022
@cpanato cpanato deleted the fix-post-job branch August 16, 2022 15:28
cldmnky pushed a commit to cldmnky/cosign that referenced this pull request Aug 21, 2022
Signed-off-by: cpanato <ctadeu@gmail.com>

Signed-off-by: cpanato <ctadeu@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants