Envoy proxy add some sensitive header, eg: Server, X-Envoy-Upstream-Service-Time...
I want to disable or remove those headers. How can I do that?
Thank for your help!
Envoy proxy add some sensitive header, eg: Server, X-Envoy-Upstream-Service-Time...
I want to disable or remove those headers. How can I do that?
Thank for your help!
Though there are some headers that can't be removed, I think all of these you show here can be stripped using the
request_headers_to_remove
field in theRouteConfiguration
.Check the docs here for usage.