Update egress document (#3419)

`X-istio-Attributes` should not be presents in the request to external HTTP service.
This commit is contained in:
Yuchen Dai 2019-02-28 06:03:33 -08:00 committed by istio-bot
parent b19de2c69e
commit 0ac513511d
1 changed files with 1 additions and 2 deletions

View File

@ -60,12 +60,11 @@ from within your Istio cluster. This task shows you how to access an external HT
"User-Agent": "curl/7.60.0", "User-Agent": "curl/7.60.0",
... ...
"X-Envoy-Decorator-Operation": "httpbin.org:80/*", "X-Envoy-Decorator-Operation": "httpbin.org:80/*",
"X-Istio-Attributes": ...
} }
} }
{{< /text >}} {{< /text >}}
Note the headers added by the Istio sidecar proxy: `X-Envoy-Decorator-Operation` and `X-Istio-Attributes`. Note the headers added by the Istio sidecar proxy: `X-Envoy-Decorator-Operation`.
1. Check the log of the sidecar proxy of `SOURCE_POD`: 1. Check the log of the sidecar proxy of `SOURCE_POD`: