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

A question about deploying signed and non-signed images combined with glob pattern #621

Open
gals-ma opened this issue Feb 28, 2023 · 1 comment
Labels
question Further information is requested

Comments

@gals-ma
Copy link

gals-ma commented Feb 28, 2023

Question

Hello Guys,

Is there a way to achieve the following flow-

Background: We are a company who has all images in one private AWS ECR.
In general, we have 2 types of images that we deploy-

Infrastructure related images (K8S components such as monitoring agents, etc..)- Deployed on various Namespaces.
Services images (All our micro-services) - Deployed only on a specific Namespace
We want to achieve the following Image Policy-

To summarized, we need all namespaces to be enforced with policy-controller-

  • Namespace of Services images must be deployed with signature validation + image glob validation.
  • Namespace of Infrastructure related images are deployed without signature validation + image glob validation.
    The image glob pattern is the same for both 1+2.

Is there a way to achieve that with Policy-controller?

Thank you!

@gals-ma gals-ma added the question Further information is requested label Feb 28, 2023
@hectorj2f
Copy link
Collaborator

For context sharing, we initially started discussing options here sigstore/helm-charts#476. So we moved this issue here :) .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants