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

## Is your feature request related to a problem? Currently the kubewarden-controller generates certificates for each Policy Server instance declared by the user. All these certificates are signed by a...

kind/enhancement
kind/epic
kind/to-be-refined

We're currently using [`controller-runtime`](https://github.com/kubernetes-sigs/controller-runtime) version 0.14.6. When creating the Manager we give to it some configuration Options, see [here](https://github.com/kubewarden/kubewarden-controller/blob/fc6e1e815f87a80cedb737ca625604f5e80557d6/main.go#L135) One of the values of the Manager Options is called [`SyncPeriod`](https://pkg.go.dev/sigs.k8s.io/[email protected]/pkg/manager#Options)....

kind/enhancement

### Is your feature request related to a problem? Currently Kubewarden installation required cert-manager to be installed. cert-manager is used to create the internal certifcate used to secure the communication...

kind/enhancement
kind/epic
kind/to-be-refined

There are situations when the whole Kubewarden stack must be disabled. This could be because there's an emergency in place and some quick (and maybe non-compliant/insecure) actions have to be...

kind/epic
kind/to-be-refined

Improve the security posture of Kubewarden by implementing the improvements suggested by TAG Security whitepaper about admission controllers These are the pending items to be implemented: * [ ] https://github.com/kubewarden/kubewarden-controller/issues/227...

kind/epic
kind/to-be-refined

## Annual review due **Sandbox** projects are subject to an *annual review* by the **TOC**. This is intended to be a lightweight process to ensure that projects are on track,...

kind/to-be-refined

Create a Github template repository for the DotNet policies. This template should, as the Golang template, has the metadata files, basic policy structure to receive the admission review request, basic...

kind/good first issue
area/policy

### Is your feature request related to a problem? Currently, the installation flow of Kubewarden with tracing and monitoring is quite complicated for the user. As the UI offers the...

kind/enhancement
area/observability

### Is your feature request related to a problem? This is a feature request, based on a conversation happened on slack. > Hi! that's an interesting question. The user name,...

- Generate Certificate Authority - Generate certificate for `kubewarden-controller` and sign it with our CA - Start the Kubewarden controller HTTPS server using this certificate - Register the webhook against...