Hi,
I’d like to remove the Server
header return by the Consul ingress gateway. I couldn’t find any related configuration or issues about it.
So I look into envoy configuration and found this option to remove the header server_header_transformation HTTP connection manager — envoy 1.18.0-dev-2a701b documentation
Or this one to change the header value HTTP connection manager — envoy 1.18.0-dev-2a701b documentation
I’m not sure how to integrate that in the consul ingress gateway configuration. I think envoy_public_listener_json
is a good place to start Connect - Envoy Integration | Consul by HashiCorp but I’d like some input on how to do that.
Thanks,