Flavio Castelli

Results 90 issues of Flavio Castelli

## 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

### 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,...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Each policy has a `mode` attribute that has to possible values:...

kind/bug

### Is your feature request related to a problem? Currently the Cron Job that handles the audit-scanner is generated by the `kubewarden-controller` helm chart. The Cron Job requires a Secret...

### Is your feature request related to a problem? `AdmissionPolicy` can only listen for events happening inside of a specific Namespace, the one where they are deployed. It does not...

kind/enhancement