envoyproxy / gateway

Manages Envoy Proxy as a Standalone or Kubernetes-based Application Gateway
https://gateway.envoyproxy.io
Apache License 2.0
1.52k stars 325 forks source link

Minor optimization: By setting the server_name field, add gateway specific response headers #2236

Open tmsnan opened 9 months ago

tmsnan commented 9 months ago

Description:

By setting the server_name field, add gateway specific response headers. We can set the default value of server_name to "envoy-gateway" or other. 😄 [optional Relevant Links:] https://github.com/envoyproxy/envoy/blob/be410d6121fefb2d57468261180aa354fb8020b5/api/envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.proto#L465C1-L468C87

zirain commented 9 months ago

what about use Gateway name?

tmsnan commented 9 months ago

what about use Gateway name?

{The gateway name}_gateway or just the gateway name

github-actions[bot] commented 8 months ago

This issue has been automatically marked as stale because it has not had activity in the last 30 days.