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
In certain cases, users need to apply multiple ordered rate limit rules to traffic flowing through Envoy Gateway. A common example is:
A global rate limit rule applied per IP at the Gateway level.
A more specific rate limit rule applied per IP per backend service at the Route level.
Currently, the behaviour for merging multiple BackendTrafficPolicies (BTPs) isn’t fully defined (see this issue for more context: #1934), and that ticket will be required before full functionality of shared rate limits. The ability to apply multiple BTPs in an ordered manner would provide finer control over rate-limiting behaviour.
Description:
In certain cases, users need to apply multiple ordered rate limit rules to traffic flowing through Envoy Gateway. A common example is:
Currently, the behaviour for merging multiple BackendTrafficPolicies (BTPs) isn’t fully defined (see this issue for more context: #1934), and that ticket will be required before full functionality of shared rate limits. The ability to apply multiple BTPs in an ordered manner would provide finer control over rate-limiting behaviour.
Updated this issue from: #5194
Example of a global ratelimit applied at the gateway level:
example of a route-level rate limit at the httproute level:
API PR: #5227
The text was updated successfully, but these errors were encountered: