mirror of https://github.com/istio/istio.io.git
Update egress document (#3419)
`X-istio-Attributes` should not be presents in the request to external HTTP service.
This commit is contained in:
parent
b19de2c69e
commit
0ac513511d
|
@ -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`:
|
||||
|
||||
|
|
Loading…
Reference in New Issue