Hi, this adds a --use-remote-address flag that configures the use_remote_address envoy connection manager option so that the X-Forwarded-For header is populated with the client IP.
This is necessary when using envoy as edge proxy nodes to forward the correct headers to the upstreams.
Hi, this adds a
--use-remote-address
flag that configures the use_remote_address envoy connection manager option so that theX-Forwarded-For
header is populated with the client IP.This is necessary when using envoy as edge proxy nodes to forward the correct headers to the upstreams.
This brings no breaking change.
Thanks!