Kevin Fan
Kevin Fan
Setup codecov integration to report test code coverage as part of pull requests * https://app.codecov.io/gh/Kuadrant
**Describe the bug** Follow up from https://github.com/Kuadrant/authorino/pull/414, [misspell](https://github.com/Kuadrant/authorino/blob/b0101ed8ae328dee3a8ef85768bd0d79cf0cc81e/.github/workflows/code-style.yaml#L131) step in the workflow had not detected the typos indicating a possible usage issue **Help us Reproduce it** 1. Make a PR...
# Description Closes: https://github.com/Kuadrant/authorino/issues/360 Adds Key Selectors support for API Key k8s secret # Verification * Create local cluster ```sh make local-setup ``` * Apply secret ```sh kubectl apply -f...
# Description Refactor to generate effective tls policies per path first and reconcile certificates from these. This align with how it is done for Auth and Rate Limit policies. There...
# Description Closes: https://github.com/Kuadrant/kuadrant-operator/issues/1685 https://github.com/Kuadrant/kuadrant-operator/issues/1688 # Verification - Checkout this branch - Setup cluster ``` docker compose -f examples/otel/docker-compose.yaml up -d make local-env-setup Set environment variables export OTEL_ENABLED=true export OTEL_EXPORTER_OTLP_ENDPOINT=localhost:4318...
# Description Claude code command for checking for potential flaky integration test patterns and instead recommend some patterns that would reduce the chances of flaky tests