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.

贡献者指南