envoyproxy/envoy

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

Open

#10,291 opened on 2020年3月6日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)C++ (5,373 forks)batch import
area/connectionarea/listenerenhancementhelp wanted

Repository metrics

Stars
 (27,997 stars)
PR merge metrics
 (平均マージ 8d) (30d で 378 merged PRs)

説明

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.

コントリビューターガイド