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

Support ip tagging of requests #5198

Open
nezdolik opened this issue Feb 4, 2025 · 2 comments
Open

Support ip tagging of requests #5198

nezdolik opened this issue Feb 4, 2025 · 2 comments
Labels
Milestone

Comments

@nezdolik
Copy link
Member

nezdolik commented Feb 4, 2025

Description:
In some cases Gateway operators need to match incoming requests against CIDR ranges (e.g. allow/block lists) and tag them with specific tags (headers) for further processing. It would be useful to introduce support of Envoy's https://www.envoyproxy.io/docs/envoy/latest/configuration/http/http_filters/ip_tagging_filter into ClientTrafficPolicy so it could be combined with other policies.

[optional Relevant Links:]

Any extra documentation required to understand the issue.

@nezdolik nezdolik added the triage label Feb 4, 2025
@nezdolik
Copy link
Member Author

nezdolik commented Feb 4, 2025

E.g. in one particular use case requests need to be matched against allowlist (CIDR range) and then if match skip ratelimit check.

@arkodg
Copy link
Contributor

arkodg commented Feb 4, 2025

relates to #4385

@arkodg arkodg added this to the v1.4.0-rc.1 milestone Feb 8, 2025
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

2 participants