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

Implement file signing verification #30

Closed
Tracked by #2586
saschagrunert opened this issue Feb 8, 2022 · 5 comments · Fixed by #68
Closed
Tracked by #2586

Implement file signing verification #30

saschagrunert opened this issue Feb 8, 2022 · 5 comments · Fixed by #68
Assignees

Comments

@saschagrunert
Copy link
Member

This issue tracks the implementation part of kubernetes/release#2383

Goal is to add the signature verification logic for files to the sign package:

// TODO: unimplemented

Unit tests have to be written as well.

@palnabarun
Copy link
Member

/assign

@k8s-triage-robot
Copy link

The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs.

This bot triages issues and PRs according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue or PR as fresh with /remove-lifecycle stale
  • Mark this issue or PR as rotten with /lifecycle rotten
  • Close this issue or PR with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label May 9, 2022
@puerco
Copy link
Member

puerco commented May 9, 2022

/remove-lifecycle stale

@k8s-ci-robot k8s-ci-robot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label May 9, 2022
@matglas
Copy link
Contributor

matglas commented May 24, 2022

Have worked on this now for a bit. If you want you can assign it to me. I'll try to continue the effort on this one to fully make it work.

@matglas
Copy link
Contributor

matglas commented Jun 24, 2022

Update: The implementation is far but the integration tests are stuck on a part I am not able yet to find a solution for. I'm trying to investigate but any insight or help is welcome on PR #68

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 a pull request may close this issue.

6 participants