Kong Rate limit and other consumer specific plugins stopped working #8741
-
|
I am using Kong version 2.6 and i have key-auth enabled for all consumers. I have also added rate-limit plugin for all users. This was working fine. Rate was limited to 5 calls per sec etc. But suddenly all plugins configured at consumer level stopped working. Plugins are Rate-limit and statsd plugin. Not sure what is the cause here. Any pointer on how to debug this is much appreciated. I am not using any custom plugins, and i did not change anything major. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
|
I have upgraded the Kong version to 2.8.1 and imported the old db into a new one but still my rate-limit plugin is not working. Can someone help here please? |
Beta Was this translation helpful? Give feedback.
-
|
Hi, would you mind providing more information? For example declarative configuration. Be careful to remove private information when providing information. |
Beta Was this translation helpful? Give feedback.
-
|
It seems the key-auth plugin from routes was missing. I am not sure how this was removed, but i added them and the plugins are working now. Thanks everyone. |
Beta Was this translation helpful? Give feedback.
It seems the key-auth plugin from routes was missing. I am not sure how this was removed, but i added them and the plugins are working now. Thanks everyone.