Kevin Fan

Results 23 issues of Kevin Fan

Setup codecov integration to report test code coverage as part of pull requests * https://app.codecov.io/gh/Kuadrant

kind/enhancement
participation/good first issue
size/small
area/tooling

**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...

area/doc
kind/enhancement
participation/good first issue
area/dependencies
kind/investigation

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

kind/enhancement
area/api
size/small

# 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

kind/enhancement
size/medium