envoyproxy / nighthawk

L7 (HTTP/HTTPS/HTTP2/HTTP3) performance characterization tool
Apache License 2.0
360 stars 81 forks source link

Explicitly config internal address config in HTTPConnectionManager (Sep 24, 2024) #1225

Closed sebastianavila5 closed 2 months ago

sebastianavila5 commented 2 months ago

Explicitly config internal address config in HTTPConnectionManager

In the next Envoy release, no IP addresses will be considered trusted.

Therefore, we specify internal address config for each HTTPConnectionManager used in the Nighthawk test servers.

Signed-off-by: Sebastian Avila sebastianavila@google.com