Flavio Castelli
Flavio Castelli
The `main` function is getting a bit crowded, also because of all the code that deals with the flags. We should probably split that up to a dedicated function and...
Right now policy-server will always download all the policies defined inside of the `policies.yml` file, even if they have already been downloaded. This is sub-optimal, changing a policy setting requires...
Allow user to enable AdmissionWebhook by using a new dedicated page. To work this requires the following PR merged into the salt repo: https://github.com/kubic-project/salt/pull/555 The new UI has to be...
Some of postgresql's default regexps used by activerecord are not going to work with cockroachdb, leaving the default values out of the `schema.rb` file.
Prevent AR from using features that are not yet supported by cockroachdb.
Kubewarden is a CNCF sandbox project. It has been added to sandbox during last July. ### Pre-submission checklist: *Please check each of these after submitting your pull request:* * [X]...
This is a complete revamp of https://github.com/dhiltgen/docker-machine-kvm/pull/2. The code has been changed to use the right API provided by the official libvirt-go bindings. The previous PR was using a different...
This is an attempt to port https://github.com/deislabs/wasi-experimental-http/pull/83 to use witx as a way to define the configuration objects.
How to reproduce the issue: - create a Vagrantfile using port forwarding - vagrant up => port forwarding works - vagrant sandbox on - vagrant sandbox commit - vagrant halt...
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...