envoyproxy/envoy

Applying L7 filters after TCP tunneling

Open

#24.724 aberto em 2 de jan. de 2023

Ver no GitHub
 (21 comments) (0 reactions) (0 assignees)C++ (5.373 forks)batch import
area/http_filterenhancementhelp wanted

Métricas do repositório

Stars
 (27.997 stars)
Métricas de merge de PR
 (Mesclagem média 8d) (378 fundiu PRs em 30d)

Description

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.

Guia do colaborador