xiangwei
xiangwei
### Description Fixes https://github.com/apache/apisix/issues/10501 (https://github.com/apache/apisix/issues/10501) Add options for redis and redis-cluster in the limit-req plugin, and use redis as the counter. ### Checklist - [x] I have explained the need...
### Description Fixes #10882 Remove duplicate services caused by each node in the Consul cluster, and add sorting by host_sort, port_sort, combine_sort. ### Checklist - [ ] I have explained...
### Description Fixes #10517 (https://github.com/apache/apisix/issues/10517) hold in another branch [origin pr](https://github.com/apache/apisix/pull/10697) ### Checklist - [ ] I have explained the need for this PR and the problem it solves -...
### Description According to [member blake of consul](https://github.com/hashicorp/consul/issues/11438#issuecomment-1003459485), the best way to implement consul is to register it on each node, but apisix starts from the api: v1/health/checks/ takes serviceID...
This mainly adds the ssl_trusted_certificate feature to avoid issues where CA authentication issued by secondary certificates cannot succeed in mTLS. Added the trusted_cert parameter option for verify_client. I have made...
This mainly adds the ssl_trusted_certificate feature to avoid issues where CA authentication issued by secondary certificates cannot succeed in mTLS. Added the trusted_cert parameter option for verify_client. I have made...