envoyproxy/envoy

Implement/Port Outbound ACL policy module

Open

#10 336 ouverte le 11 mars 2020

Voir sur GitHub
 (8 commentaires) (0 réactions) (0 assignés)C++ (5 373 forks)batch import
area/connectiondesign proposalenhancementhelp wanted

Métriques du dépôt

Stars
 (27 997 stars)
Métriques de merge PR
 (Merge moyen 8j) (378 PRs mergées en 30 j)

Description

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?

Guide contributeur