Replies: 1 comment
-
Doing some tests, I found out that global plugins are always applied. The plugins can be configured in other places with this order of precedence: Consumer > Consumer Group > Route > Plugin Config > Service. To accomplish my case, I can declare a rate limiting plugin by ip at service or route level. In addition, I can configure a rate limiting plugin by consumer_name at consumer level. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I would like to know some implementation details of limit-req. I have two types of endpoints:
Actually, you can define traffic plugins at route level or globally.
I wanted to know if I can declare both traffic plugins globally. If API Key is used, then apply the consumer traffic plugin. If API key is not used, apply the IP traffic plugin. Is that possible?
Another alternatives:
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions