kubewarden-controller
kubewarden-controller copied to clipboard
Manage admission policies in your Kubernetes cluster with ease
### Acceptance criteria We need to fill the following [template for incubation application](https://github.com/cncf/toc/blob/main/.github/ISSUE_TEMPLATE/template-incubation-application.md) (2024-07-04 v1.5 as time of writing). This issue contains a copy of that template so we can...
All our policies regularly undergo a process of dependency bumps. However, we seldom tag new patch releases of them. It would be great to have some automation in place that...
We would like to configure dependabot and renovatebot to automatically merge their PRs when the unit tests are green. Initially we plan to configure them in this way only with...
### Is your feature request related to a problem? At the moment we run the policy controllers test in parallel (on a real cluster) However, running the envtest [integration tests...
### Is your feature request related to a problem? We provide a way to configure the port where the Policy Server will be exposing metrics to be collected, by using...
### Is your feature request related to a problem? The Makefile of this project is a custom version of the Makefile scaffolded by kubebuilder v3. At the time of writing,...
This is a spin off of the issue #645. In that issue an user was complaining that the controller is doing too many requests to the API server. Specially regarding...
### Is your feature request related to a problem? Yes. Whenever the audit scanner starts there is a degradation of service on the validating/mutating webhooks due to the added load...
Cluster operators may want to provide a more specific rejection message than those provided by the policy author. The rejection message from the cluster operator should have more priority than...
We need to refactor and cleanup webhooks validation, as we realized that we could increase readability and test coverage ### Acceptance criteria - The file `api/policies/v1/policy_validation_matchconditions.go` was copy-pasted from k8s.io/kubernetes...