Skip to content

source_ip_access: add source IP access filter#4091

Closed
d-kowalski wants to merge 1 commit intoenvoyproxy:masterfrom
d-kowalski:source_ip_access
Closed

source_ip_access: add source IP access filter#4091
d-kowalski wants to merge 1 commit intoenvoyproxy:masterfrom
d-kowalski:source_ip_access

Conversation

@d-kowalski
Copy link
Copy Markdown
Contributor

Description:
New filter with capability to close connections coming from specified IP addresses. Configuration supporting whitelisting and blacklisting in CIDR notation.

Risk Level: low
Testing: unit/integration tests
Docs Changes: added
Release Notes: added

Signed-off-by: David Kowalski dkowalski@apple.com

Signed-off-by: David Kowalski <dkowalski@apple.com>
@mattklein123
Copy link
Copy Markdown
Member

@d-kowalski sorry to throw a wrench in this code which you already wrote, but a quick thought: do we need this filter? Can we use the network level RBAC filter under PR with a policy option to close the connection, etc.? #4083 This is my preference.

cc @lizan @qiwzhang

@d-kowalski
Copy link
Copy Markdown
Contributor Author

@mattklein123 no worries. When I looked at RBAC before I saw it's alpha and only had http support, hence this PR. Now it does seem it would cover our use cases and separate filter won't be needed.

@d-kowalski d-kowalski closed this Aug 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants