zhuliquan opened a new issue #3128:
URL: https://github.com/apache/apisix/issues/3128


   ### Issue description
   **error:**
   {"error_msg":"failed to check the configuration of plugin limit-count err: 
failed to validate dependent schema for \"policy\": value should match only one 
schema, but matches none"}
   **my limit-count setting:**
   "limit-count": {
               "disable": false,
               "count": 1000,
               "time_window": 60,
               "rejected_code": 503,
               "key": "consumer_name",
               "policy": "redis",
               "redis_host": "XXXXXXXXX",
               "redis_port": "XXXXXX",
               "redis_password": "XXXXXXXX",
               "redis_timeout": 1001
           }
   
   ### Environment
   
   * apisix version (cmd: `apisix version`):
   * OS: (cmd: `uname -a`)
   * OpenResty / Nginx version: (cmd: `nginx -V` or `openresty -V`)
   


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to