kubewarden-controller
kubewarden-controller copied to clipboard
Manage admission policies in your Kubernetes cluster with ease
### Is your feature request related to a problem? When uninstalling / re-installing applications that deliver CRDs - the uninstall of these application automatically removes all instances as well which...
### Is your feature request related to a problem? No, Just a suggestion for a new Policy. ### Solution you'd like It would be useful for us for a policy...
### Is your feature request related to a problem? When ever we use an on-premise registry we have to modify the helm values for all helm charts to fetch the...
The `/internal/pkg/admissionregistration` package is used by the controller to generate the CA and certificates. But it has a misleading name and the tests for it is minimal. I think we...
We have a goal to reach 70% of code coverage in the kubewarden controller repository. For that, we can improve the coverage of the `internal` package. The first package that...
We have a goal to reach 70% of code coverage in the kubewarden controller repository. For that, we can improve the coverage of the `controllers` package. Considering the current metric...
We have a goal to reach 70% of code coverage in the kubewarden controller repository. For that, we can improve the coverage of the `pkg` package. Considering the current metrics,...
https://github.com/kubewarden/rfc/blob/main/rfc/0018-certificate-handling.md#internal-ca-changes The internal CA managed by Kubewarden might be recreated (for example, to avoid its expiration). This is the most disruptive event that can happen, especially once some policies are...
### 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 This policy disallows the usage of the `bind`, `impersonate`, `escalate` verbs in Roles and ClusterRoles. These verbs can be used to escalate privileges (`escalate`), bypass RBAC by creating...