envoyproxy / gateway

Manages Envoy Proxy as a Standalone or Kubernetes-based Application Gateway
https://gateway.envoyproxy.io
Apache License 2.0
1.44k stars 297 forks source link

Support Dynamic HTTP Forward Proxy #3560

Open guydc opened 4 weeks ago

guydc commented 4 weeks ago

Description: In some cases, the backend address is not known in advance and must be inferred from request/connection attributes (such as a user-provided host header, jwt claim, TLS SNI, etc.).

The Envoy Dynamic Forward proxy feature can be used to achieve dynamic routing. EG can support Dynamic Forward Proxy in the following manner:

[optional Relevant Links:]

arkodg commented 4 weeks ago

+1