Flavio Castelli
Flavio Castelli
Right now users can go to our GH release page and download the `kwctl` binary from it. We can improve their installation story by integrating with some installers like: *...
We should have a nice progress bar that helps understand what is happening behind the scenes. Right now pull doesn't show anything at all
This is a follow up on issue https://github.com/tinygo-org/tinygo/issues/3501. The issue has been fixed with tinygo 0.29.0. However, the [code linked as reproducer](https://github.com/flavio/tinygo-wasi-symbol-bug) is still broken. This time the build fails...
#### Proposed Changes Change how containerd configuration is generated with regards to WebAssembly shims. #### Types of Changes Use correct binary names and the associated `RuntimeType`. Prior to this, there...
**Description** A long time ago we moved away from the `ring` crate to a constellation of pure-rust cryptographic libraries. We did the switch because the `ring` library did not build...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Currently we create a kube-rs `reflector` object per each type of...
This PR introduces a new cli tool called `policy-optimizer`. This binary will download the policies and optimize them. The goal is to implement what is described inside of [this RFC](https://github.com/kubewarden/rfc/blob/main/rfc/0017-policy-server-reuse-wasm-optimized-modules.md)....
Policy Server administrator can configure a special namespace that is not affected by the policies, meaning all the operations inside of it are always allowed. This is commonly used to...
Extend the RBAC roles assigned to the `policy-server` Service Account. Grant access to the resources required by `policy-optimizer`. This is required to implement [this RFC](https://github.com/kubewarden/rfc/blob/main/rfc/0017-policy-server-reuse-wasm-optimized-modules.md). More work has to be...
The PRs produce by the [`update-charts`](https://github.com/kubewarden/helm-charts/blob/main/.github/workflows/update-charts.yml) automation are not useful. These are the main pain points: 1. The contain LOTS of commits (see for example [this one](https://github.com/kubewarden/helm-charts/pull/377)) 2. They are...