envoyproxy/envoy

api_listener: allow the api listener to configure settings for the synthetic connection

Open

#10,291 建立於 2020年3月6日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)C++ (5,373 fork)batch import
area/connectionarea/listenerenhancementhelp wanted

倉庫指標

Star
 (27,997 star)
PR 合併指標
 (平均合併 8天) (30 天內合併 378 個 PR)

描述

Description: Right now the SyntheticConnection used inside the Api Listener is not configurable. For instance there is no way to change the return value of the ssl() call. This can have implications in the requests that are created by the Api Listener. For instance, for the example above the value returned by that function dictates the value added for the x-forwarded-proto header here. Therefore, it might be valuable to allow the Api Listener to specify things about its Synthetic Connection.

貢獻者指南