envoyproxy/envoy

Applying L7 filters after TCP tunneling

Open

#24,724 建立於 2023年1月2日

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

倉庫指標

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

描述

I am upgrading a TCP stream to HTTP/2 using the TCP tunneling feature. Is there any way to support applying a L7 filter to the output of the tunneling, without creating another listener? Currently it seems like the only way to do this, is routing the output of the first listener (that has the tcp_proxy filter) to a second listener where there's the HTTP connection manager filter.

貢獻者指南