How to create ratelimit based on URL/PATH #7404
Unanswered
gogovan-vincentngai
asked this question in
Help
Replies: 2 comments
-
Hii! Is this a good issue to start with here? I am new and would like to contribute. Help me out with some insights. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi ! Someone have an idea ? |
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
-
Hi there ,
I know that if we need config KongPlugin and Plugin rate-limiting
and it can only bind to either one of ingress, service , consumer
if we apply to ingress or service it means it globally apply to the whole service
So is that means if one of the url need ratelimt it need to be isolated ingress rules ?
such as below
Below are my testing on path , which is seems not working as expected
Summary
Installed via Helm Chart
Deploy KongPlugin Rate Limit
limit_by and path not work as expected
Steps To Reproduce
Deploy as below
Expected Result
Load Test
https://demo.xyz.dev/foo
will be appear 429Load Test
https://demo.xyz.dev/bar
will never appear 429Actual Result
Both appear 429
Beta Was this translation helpful? Give feedback.
All reactions