Alex Zhang
Alex Zhang
### Issue description We don't cover plugins in e2e test suites, although we support them already. Here I want to initiate a plan to add test cases for most of...
Now Apache APISIX supports to match the stream route with TLS SNI (https://github.com/apache/apisix/pull/4433), we can implement it in `ApisixRoute`.
### Issue description We need to set up the fuzzing test for apisix-ingress-controller, we already have [fuzzing test](https://github.com/apache/apisix/blob/master/.github/workflows/fuzzing-ci.yaml) for Apache APISIX, in apisix-ingress-controller, we focus on the test for the...
**Describe the proposal** Currently, only regex pattern can be used to match an URI path, while prefix match and exact match can solve most problems and their costs are little...
Hi, there. As per the specification, people can define a match condition array in the `TrafficSplit` resource, but the relationship between each condition in this match array is not classified....
As a user, I want to mount a custom service account token so that I can control the permissions of the APIsIX pod according to my needs (e.g., the Kubernetes...
Sometimes people may need to mount their own plugins and enable them, currently, it's not easy to do this.