ikatlinsky opened a new issue, #10596: URL: https://github.com/apache/apisix/issues/10596
### Description **Description** Current implementation (https://github.com/apache/apisix/blob/master/apisix/plugins/limit-count/init.lua#L79) of schema in plugin limit-count requires redis_cluster_nodes to have a minimum length of 2, which seems too restrictive. **Use case** In case when redis is deployed in kubernetes in cluster mode access to this redis is implemented through headless service. In such a scenario single cluster node is enough to make it work. **Proposal** Update plugin schema validation to make minLength=1 for limit-count plugin. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
