-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
request help: How to add password auth support for limit-count-redis #971
Comments
Hi @totemofwolf I can't reproduce your problem. You may need to confirm whether APISIX has been restarted and the code has passed. |
So we can use |
@totemofwolf Maybe I didn't make it clear. I go through the APISIX code, found that the error you encountered was caused by the failure of the schema parsing. I also modified the local code according to your modification and then Thanks. |
Issue description
We need to support auth password for redis in production env.
So i modified the file
limit-count/limit-count-redis.lua
as follows:and
when i do this request again, it says that:
How to support this additional properties of plugin limit-count ?
Environment
apisix version
): 0.9The text was updated successfully, but these errors were encountered: