-
We want to apply different rate limits based on the value of the custom header in the api request. From the rate-limiting plugin config I see the property to enable header based rate limiting but there is no provision to configure different rate limits for different values of the header parameter. Could someone please let me know if this is possible and guide me further on the steps? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
There are a few ways you could do this including:
Unfortunately So for the moment a custom plugin with custom code would be needed until that issue is resolved. |
Beta Was this translation helpful? Give feedback.
There are a few ways you could do this including:
headers
criteria of a Kong RouteUnfortunately
#1
above is blocked asheaders
was added recently in Kongv2.4
but is not available in the Ingress controller yet:#1835
So for the moment a custom plugin with custom code would be needed until that issue is resolved.