-
Notifications
You must be signed in to change notification settings - Fork 392
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 whitelist #1447
Comments
I see that the code base only supports JWT authentication for now, but luckily Envoy has an RBAC filter that can meet your needs, we need to do some development work to support this. https://www.envoyproxy.io/docs/envoy/v1.9.0/api-v2/config/rbac/v2alpha/rbac.proto#envoy-api-field-config-rbac-v2alpha-principal-source-ip |
If possible, I can try to support this. What do you think? @arkodg |
thanks for raising this issue, here's how I think we should approach this feature.
|
Thanks for your help. I'll try the RBAC filter. |
reopening this issue, and adding the help-wanted label in case someone from the community wants to take this forward We now have an API to be able to hold this feature - ClientTrafficPolicy which is a good home for this feature Temporary solution: we've added support for EnvoyPatchPolicy https://gateway.envoyproxy.io/latest/user/envoy-patch-policy.html which can be used to directly configure the RBAC Filter |
Should be better to add into SecurityPolicy ? @envoyproxy/gateway-maintainers |
a decision needs to be made here on whether ip blocking is part of
I vote to make it part of |
May GEP-713 can solve this problem? eg:
|
@zzjin |
dup of #2462 |
Description:
Does envoy gateway support IP whitelist?
How to use it?
The text was updated successfully, but these errors were encountered: