Flavio Castelli

Results 90 issues of Flavio Castelli

### Is your feature request related to a problem? When testing a policy with a `kwctl run`, one needs to provide a pre-recorded admission request to be evaluated. The creation...

kind/enhancement
area/ci

Use a more concise way to handle "not found" errors that is made possible by using a controller runtime helper.

Each `PolicyServer` resource owns a series of Kubernetes resources: * Deployment * Secret: to hold the certificates * ConfigMap * Service Currently none of these resources are set to be...

kind/tech-debt

Ensure the PolicyServer Deployment has a init container running the policy-optimizer job. This is part of the work required to implement [this RFC](https://github.com/kubewarden/rfc/blob/main/rfc/0017-policy-server-reuse-wasm-optimized-modules.md). More work has to be done, that's...

kind/enhancement

### Is your feature request related to a problem? As an operator, I would like to give more context to my users when an operation is rejected by a Kubewarden...

kind/enhancement
kind/to-be-refined

# Description Policy to check if every Deployment is using a unique service account, and rejects if the deployment's service account is already in use by a existing deployment. In...

kind/enhancement
area/policy

# Description Requires that any `emptyDir` volumes specify a `sizeLimit`. Optionally, a `maxSizeLimit` parameter can be supplied in the constraint to specify a maximum allowable size limit. Optionally, a `defaultSizeLimit`...

kind/enhancement
area/policy

# Description Requires that service port names have a prefix from a specified list # Configuration The policy will take a list of prefixes that are considered valid. The policy...

kind/enhancement
area/community
area/policy

We want to allow users to write policies using [CEL](https://github.com/google/cel-go). CEL is a programming language that is gaining momentum inside of the Kubernetes world. It's now [part of the core...

kind/epic
kind/to-be-refined
area/policy

### Is your feature request related to a problem? As an operator, I'm managing a large kubernetes cluster that is shared by different teams. Each team has a series of...

kind/enhancement
kind/to-be-refined