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

EKS support for signing containers with SHA (via ECR) #534

Open
jpoley opened this issue Oct 13, 2019 · 2 comments
Open

EKS support for signing containers with SHA (via ECR) #534

jpoley opened this issue Oct 13, 2019 · 2 comments
Labels
ECR Amazon Elastic Container Registry EKS Amazon Elastic Kubernetes Service Proposed Community submitted issue

Comments

@jpoley
Copy link

jpoley commented Oct 13, 2019

Tell us about your request
EKS support for Image signing with SHA hash (via ECR) like is supported here
https://aws.amazon.com/about-aws/whats-new/2019/10/amazon-ecs-now-supports-ecs-image-sha-tracking/

Which service(s) is this request for?
this is for EKS this capability exists already in ECR (for ECS)

Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?
trying to make sure only signed images are run on the EKS cluster.
signed from the specific CICD build/deploy process

Are you currently working around this issue?
I do not yet have a workaround, was hoping for a generic pattern.

Additional context
this could possibly be done via open policy agent.
https://github.com/open-policy-agent/opa

@jpoley jpoley added the Proposed Community submitted issue label Oct 13, 2019
@jtoberon jtoberon added ECR Amazon Elastic Container Registry EKS Amazon Elastic Kubernetes Service labels Oct 16, 2019
@jtoberon
Copy link

Related to #43

@dlorenc
Copy link

dlorenc commented Jan 16, 2022

There are a few open source options for this now. We outlined one here: https://blog.chainguard.dev/cosigned-up-and-running-on-eks/

Kyverno also supports this, and there's an experimental data provider in OPA gatekeeper, that all work with EKS and ECR.

https://kyverno.io/docs/writing-policies/verify-images/

https://github.com/developer-guy/container-image-sign-and-verify-with-cosign-and-opa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ECR Amazon Elastic Container Registry EKS Amazon Elastic Kubernetes Service Proposed Community submitted issue
Projects
None yet
Development

No branches or pull requests

3 participants