gatekeeper icon indicating copy to clipboard operation
gatekeeper copied to clipboard

🐊 Gatekeeper - Policy Controller for Kubernetes

Results 271 gatekeeper issues
Sort by recently updated
recently updated
newest added

Is it currently possible to scope mutations by username? Example: A mutation that adds a certain label to a pod if it was created by a certain user or list...

enhancement
mutation

**What steps did you take and what happened:** Hey Team Trying out to create runAsNonRoot PSP policy for Kubernetes cluster but policies are not getting applied. Please find manifest files...

bug

I would like to OPA to allow only container images with certain labels (https://docs.docker.com/config/labels-custom-metadata/) such as "verified" to run on Kubernetes cluster. Does gatekeeper support this? Is there an example...

enhancement

**Describe the solution you'd like** Today, we list resources in all namespaces when we audit: https://github.com/open-policy-agent/gatekeeper/blob/v3.6.0-beta.2/pkg/audit/manager.go#L359 Let's say a user is only interested in secrets in a particular namespace ("default")....

enhancement

**What steps did you take and what happened:** we currently split up deployment of gatekeeper in 3 charts, one after another: 1. operator 2. artifacts (includes `config.gatekeeper.sh/v1alpha1` and constraint templates)...

bug

**Describe the solution you'd like** [A clear and concise description of what you want to happen.] Is it not possible to have multiple locations under same mutation object? Or maybe...

enhancement
mutation
triaged

**What steps did you take and what happened:** [A clear and concise description of what the bug is.] Hello, Gatekeeper! I'm trying to change time zone setting, but does not...

bug

I use the following mutation to set an environment variable for a new pod if `imagePullPolicy` is not specified: ``` apiVersion: mutations.gatekeeper.sh/v1alpha1 kind: AssignMetadata metadata: name: add-custom-label spec: match: scope:...

mutation
need more discussion

Is there some way to share some basic functions between constraintTemplates? e.g a method to get nested field or even simple checks to identify the kind of a resource?

docs

It should be possible to add labels to all k8s resources generated by helm chart. The user should atleast be able to specify one set of labels that should be...

enhancement