-
Notifications
You must be signed in to change notification settings - Fork 134
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
Tekton Chains + Spire for validating results and taskrun status #462
Conversation
Hi @pxp928. Thanks for your PR. I'm waiting for a tektoncd member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
* Implement Chains API server with GRPC, and add in an integration test * Add SPIRE verification to chains * fix merge conflict * pull main and tidy Signed-off-by: pxp928 <parth.psu@gmail.com> * added spire annotation verification Signed-off-by: pxp928 <parth.psu@gmail.com> * error if spire verification fails Signed-off-by: pxp928 <parth.psu@gmail.com> * changed to check status annotations Signed-off-by: pxp928 <parth.psu@gmail.com> * removed local spire and moved condition check Signed-off-by: pxp928 <parth.psu@gmail.com> * updated condition check and spire check to format Signed-off-by: pxp928 <parth.psu@gmail.com> * fixed typo Signed-off-by: pxp928 <parth.psu@gmail.com> * fixed vendor for pipelines Signed-off-by: pxp928 <parth.psu@gmail.com> Co-authored-by: Priya Wadhwa <priyawadhwa@google.com>
Signed-off-by: pxp928 <parth.psu@gmail.com>
Signed-off-by: pxp928 <parth.psu@gmail.com>
022de05
to
d1cb9a4
Compare
* added spire testing Signed-off-by: pxp928 <parth.psu@gmail.com> * fixed comments Signed-off-by: pxp928 <parth.psu@gmail.com>
@pxp928: PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
Stale issues rot after 30d of inactivity. /lifecycle rotten Send feedback to tektoncd/plumbing. |
|
/remove-lifecycle rotten |
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
Stale issues rot after 30d of inactivity. /lifecycle rotten Send feedback to tektoncd/plumbing. |
Rotten issues close after 30d of inactivity. /close Send feedback to tektoncd/plumbing. |
@tekton-robot: Closed this PR. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Draft PR:
Tekton Chains + Spire integration to validate results and taskrun status. If spire verification is valid for both, Chains proceed with signing and attestation generation.
Note: This needs upstream pipeline PRs to be merged first.
tektoncd/pipeline#4759
tektoncd/pipeline#4828