kubewarden-controller icon indicating copy to clipboard operation
kubewarden-controller copied to clipboard

Manage admission policies in your Kubernetes cluster with ease

Results 121 kubewarden-controller issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. This repository currently has no open or pending branches. ## Detected dependencies dockerfile Dockerfile...

area/dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | minor | `v3.0.0` -> `v3.1.0` | |...

area/dependencies
kind/chore

We would like to start doing office hours on a monthly basis. During these meetings we will show quick demos about latest updates made to the project, address questions from...

kind/epic

Currently the release process of the controller is somehow complicated. These are currently some of the pain point of the release process: * Creating the changelong is painful. The `make`...

kind/enhancement
kind/epic

Add new rest API endpoint called `/audit`, similar to the current `/validate` one. Acceptance criteria: - This endpoint will receive POST requests similar to the ones generated by the Kubernetes...

kind/enhancement

Updates the release CI/CD pipeline to trigger the `kubewarden-controller` and `kubewarden-crds` [charts](https://github.com/kubewarden/helm-charts) updates. We might use this [action](https://github.com/peter-evans/repository-dispatch ) to dispatch workflows

kind/enhancement
area/ci

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Apparently it's possible to create either a `ClusterAdmissionPolicy` or an `AdmissionPolicy`...

kind/bug

With the new [`verify_cert()` SDK function](https://github.com/kubewarden/policy-sdk-rust/blob/main/src/host_capabilities/crypto.rs#L25-L56), it is possible to write a policy that searches for x509 certs in PEM or DER format, and checks for their validity (cert shouldn't...

Add background check that inspects all resources in cluster and flags those violating currently enforced policies. For more info, see [audit checks RFC](https://github.com/kubewarden/rfc/blob/main/rfc/0011-audit-checks.md) and [PolicyReport RFC](https://github.com/kubewarden/rfc/blob/main/rfc/0011-policy-report.md). For helm charts, `kwctl`,...

kind/epic

In order to keep our recommended policies up to date with all the fixes we should add a step in the policies release process to trigger job to update the...

kind/enhancement