From 3a907b3394c8b1c24a4f4b147c6748b64f48081d Mon Sep 17 00:00:00 2001 From: "data-plane-api(CircleCI)" Date: Thu, 19 Sep 2019 03:24:18 +0000 Subject: [PATCH] access log: add support downstream direct remote address (#8278) Signed-off-by: Lizan Zhou Mirrored from https://github.com/envoyproxy/envoy @ 1f8c137605326f7c04e1eb1c1e503cae43360bfb --- envoy/data/accesslog/v2/accesslog.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/envoy/data/accesslog/v2/accesslog.proto b/envoy/data/accesslog/v2/accesslog.proto index bc6ff86b..8aa38f47 100644 --- a/envoy/data/accesslog/v2/accesslog.proto +++ b/envoy/data/accesslog/v2/accesslog.proto @@ -153,6 +153,11 @@ message AccessLogCommon { // The name of the route string route_name = 19; + + // This field is the downstream direct remote address on which the request from the user was + // received. Note: This is always the physical peer, even if the remote address is inferred from + // for example the x-forwarder-for header, proxy protocol, etc. + envoy.api.v2.core.Address downstream_direct_remote_address = 20; } // Flags indicating occurrences during request/response processing.