You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the README for rate limiting I am able to successfully add a rate limiter policy customPolicy, however, when I try to disable it for a route I am getting the error RateLimiter policy 'disable' not found for route 'route1'.
I think this might be caused by the code for validating routes being unable to detect these built in policies, since the collection appears empty.
Describe the bug
Following the README for rate limiting I am able to successfully add a rate limiter policy
customPolicy
, however, when I try to disable it for a route I am getting the errorRateLimiter policy 'disable' not found for route 'route1'.
I think this might be caused by the code for validating routes being unable to detect these built in policies, since the collection appears empty.
Am I doing something incorrectly here?
To Reproduce
Using config example from rate-limiting.md
or with in-application config:
See my draft PR here, I am happy to provide a minimal example if that is required
Further technical details
The text was updated successfully, but these errors were encountered: