You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently have a dynamic_forward_proxy configuration in the base config file that's checked in to the repo, but it doesn't function when using the direct API (and the base cluster must be used with a hardcoded domain for now).
We'll need to support the dynamic_forward_proxy configuration so consumers don't need to pre-define acceptable domains for routing when creating Envoy instances.
The text was updated successfully, but these errors were encountered:
Adds support for setting the domain used in the base cluster of the Envoy config. This is necessary until `dynamic_forward_proxy` is working (see #433).
Signed-off-by: Michael Rebello <me@michaelrebello.com>
Adds support for setting the domain used in the base cluster of the Envoy config. This is necessary until `dynamic_forward_proxy` is working (see #433).
Android change will come in a follow-up PR.
Risk Level: Low
Testing: Locally on demos & unit tests
Signed-off-by: Michael Rebello <me@michaelrebello.com>
We currently have a
dynamic_forward_proxy
configuration in the base config file that's checked in to the repo, but it doesn't function when using the direct API (and thebase
cluster must be used with a hardcoded domain for now).We'll need to support the
dynamic_forward_proxy
configuration so consumers don't need to pre-define acceptable domains for routing when creating Envoy instances.The text was updated successfully, but these errors were encountered: