envoyproxy/envoy

Implement/Port Outbound ACL policy module

Open

#10,336 创建于 2020年3月11日

在 GitHub 查看
 (8 评论) (0 反应) (0 负责人)C++ (5,373 fork)batch import
area/connectiondesign proposalenhancementhelp wanted

仓库指标

Star
 (27,997 star)
PR 合并指标
 (平均合并 8天) (30 天内合并 378 个 PR)

描述

Title: Implement/Port Outbound ACL policy module

Description: We need to be able to set ranges of IP addresses and ports that Envoy is allowed to connect to. For example, proxy should be able to send requests to 1.2.3.4:80 but not to 1.2.3.4:22 or 5.6.7.8:80.

Per conversation with alyssar@ this should probably be intercepted at router filter, but is there some short-term workaround that we can use?

贡献者指南