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

Consider sigstore integration #77

Open
2 tasks
vadorovsky opened this issue Oct 12, 2021 · 0 comments
Open
2 tasks

Consider sigstore integration #77

vadorovsky opened this issue Oct 12, 2021 · 0 comments

Comments

@vadorovsky
Copy link
Member

We are getting sigstore integration in kubewarden, which is really good news, because we will be able to enforce image verification on Kubernetes clusters!

But that brings a question - should we somehow verify sigstore signatures in lockc as well? There are two reasons why it might be a good idea:

  • making sure that no one modified the image after admission and before container runtime actually starts a container - to exclude MITM scenarios on nodes
  • that would easily bring sigstore support for local container runtimes (docker, podman)

Topics to research:

  • How the integration could look like?
  • Is lockc really a good place to do that? After all, lockc is meant to be a BPF LSM engine. sigstore might be far away from that area. Maybe it would make more sense to have a separate project for sigstore? Maybe some OCI hook? But on the other hand, maybe widening the topics of interests of lockc would be good and even a separate OCI hook would be easy to include? Think about all pros and cons.

/cc @agracey

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

No branches or pull requests

1 participant