Skip to content

Commit

Permalink
build: Enable envoy.transport_sockets.upstream_proxy_protocol
Browse files Browse the repository at this point in the history
[ upstream commit 0fdfdb6 ]

This could be useful on supporting passing through proxy protocol info
to downstream.

Signed-off-by: Tam Mach <tam.mach@cilium.io>
  • Loading branch information
sayboras committed Oct 24, 2024
1 parent fa4efef commit a37f7d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envoy_build_config/extensions_build_config.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ EXTENSIONS = {

# "envoy.transport_sockets.alts": "//source/extensions/transport_sockets/alts:config",
# "envoy.transport_sockets.http_11_proxy": "//source/extensions/transport_sockets/http_11_proxy:upstream_config",
# "envoy.transport_sockets.upstream_proxy_protocol": "//source/extensions/transport_sockets/proxy_protocol:upstream_config",
"envoy.transport_sockets.upstream_proxy_protocol": "//source/extensions/transport_sockets/proxy_protocol:upstream_config",
"envoy.transport_sockets.raw_buffer": "//source/extensions/transport_sockets/raw_buffer:config",
# "envoy.transport_sockets.tap": "//source/extensions/transport_sockets/tap:config",
# "envoy.transport_sockets.starttls": "//source/extensions/transport_sockets/starttls:config",
Expand Down

0 comments on commit a37f7d6

Please sign in to comment.