Hi,
Opening new issue according to suggestion from @rshriram , istio/istio#4971 .
Edit:
This issue is not about automatic header propagation through inference. This issue is about generating headers based on templates, nginx style
e.g.,
set-header proxy-pass $proxy_ip
this should cause the proxy to generate a header called proxy-pass whose value is the IP address of the proxy. Several proxies support this kind of feature except Envoy [or may be it does it by now in a limited way].