Víctor Cuadrado Juan

Results 55 issues of Víctor Cuadrado Juan

### Is your feature request related to a problem? Please describe. Currently, on uninstall of app `A`, terraform automatically uninstalls also whatever app was declared in app `A` via `catalog.cattle.io/auto-install`...

kind/enhancement

### Acceptance criteria Policy server should consume `policy_evaluator::evaluator::PolicyEvaluator::protocol_version()`, and error if the policy protocol version is not supported. See kwctl for an example: https://github.com/kubewarden/kwctl/blob/23c4eae60d5a687bc64382b2cae3cd725e529637/src/backend.rs#L52-L61

kind/bug
kind/tech-debt

## Description Fix https://github.com/kubewarden/helm-charts/issues/439. hostNamespacePolicy.settings.allow_host_ports depends on `sequence_questions`, unimplemented yet in rancher/dashboard. ## Test ## Additional Information ### Tradeoff ### Potential improvement

PRs such as: https://github.com/kubewarden/helm-charts/pull/322 https://github.com/kubewarden/helm-charts/pull/308 Don't trigger CI runs for themselves. The PRs get triggered by using `peter-evans/repository-dispatch`, see: https://github.com/kubewarden/policy-server/blob/dbd4e8dc0283c13c842c371e86436c6f28f69dfb/.github/workflows/release.yml#L129C37-L132 Searching on the interwebs I reached: https://github.com/orgs/community/discussions/25602 https://github.com/peter-evans/create-pull-request/issues/48 summarized in:...

kind/bug
kind/tech-debt

As part of https://github.com/kubewarden/kubewarden-controller/issues/564, expose the new features in Kubewarden UI. ## Acceptance criteria - Add question.yaml entries for affinity/anti-affinity, PDB, limits, and requests. It is sufficient to have Yaml...

kind/tech-debt

Currently, we have checked the file [charts/policy-reporter-.tgz into git](https://github.com/kubewarden/helm-charts/tree/main/charts/kubewarden-controller/charts). This file is used by helm to generate the [Chart.lock file](https://github.com/kubewarden/helm-charts/blob/main/charts/kubewarden-controller/Chart.lock) for policy-reporter. This is desirable, as we ensure that the...

good first issue
kind/tech-debt

Seldomly, we have changes to the CRDs definitions. These are shipped as part of[ kubewarden-controller releases](https://github.com/kubewarden/kubewarden-controller/releases), under a file called CRDS.tar.gz. Contrary to other artifacts that the helm charts consume...

area/sigstore
area/ci

## Problem Setting a wrong `annotations."io.kubewarden.policy.title"` in `metadata.yaml` may result in a wrong `metadata.name` of the CRD after scaffolding. For example a name `my policy` is invalid as it contains...

kind/to-be-refined

Installing policies from artifacthub.io I realized the following: ```console $ kwctl pull ghcr.io/kubewarden/policies/safe-labels:v0.1.13 # as printed in artifacthub's install button, note no registry:// $ $ kwctl scaffold manifest -t ClusterAdmissionPolicy...

kind/enhancement

This comes from https://www.youtube.com/watch?v=KbKQu3AqhBY. Currently only tracing and monitoring give insights on Kubewarden policy state. Policies have status (unscheduled, pending, active). But that that if policies are already deployed and...

area/observability
kind/to-be-refined
area/community
kind/spike