From 0ac513511df54d26ededea3f7e7c7ffb3459c245 Mon Sep 17 00:00:00 2001 From: Yuchen Dai Date: Thu, 28 Feb 2019 06:03:33 -0800 Subject: [PATCH] Update egress document (#3419) `X-istio-Attributes` should not be presents in the request to external HTTP service. --- content/docs/tasks/traffic-management/egress/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/docs/tasks/traffic-management/egress/index.md b/content/docs/tasks/traffic-management/egress/index.md index 0290c38dda..125baad35f 100644 --- a/content/docs/tasks/traffic-management/egress/index.md +++ b/content/docs/tasks/traffic-management/egress/index.md @@ -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", ... "X-Envoy-Decorator-Operation": "httpbin.org:80/*", - "X-Istio-Attributes": ... } } {{< /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`: