Flavio Castelli
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...
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...
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...
### 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...
# 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...
# 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`...
# 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...
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...
### 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...