Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set ratelimiting to all cidrs with exceptions #4385

Open
zetaab opened this issue Oct 4, 2024 · 1 comment
Open

Set ratelimiting to all cidrs with exceptions #4385

zetaab opened this issue Oct 4, 2024 · 1 comment
Labels

Comments

@zetaab
Copy link
Contributor

zetaab commented Oct 4, 2024

Description:

I have usecase that I should add ratelimiting to all cidrs EXCEPT few "whitelisted ips". As I see it, it is quite common use case that people want to set rate limits to everything except few internal api ips (whitelist services that should work always, no matter what).

Relevant Links:

https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/route/v3/route_components.proto#envoy-v3-api-msg-config-route-v3-ratelimit-action envoy does not support any complex logic in this field. So envoy changes needed as well

@zetaab zetaab added the triage label Oct 4, 2024
@zetaab
Copy link
Contributor Author

zetaab commented Oct 4, 2024

envoy issue envoyproxy/envoy#36442

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant