From 0198696ee62766a149d61deca2f385516afdb726 Mon Sep 17 00:00:00 2001 From: Alyssa Wilk Date: Mon, 7 Jun 2021 10:59:51 -0400 Subject: [PATCH] config fix Signed-off-by: Alyssa Wilk --- .../envoyproxy_io_proxy_http3_downstream.yaml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/configs/envoyproxy_io_proxy_http3_downstream.yaml b/configs/envoyproxy_io_proxy_http3_downstream.yaml index 2037b192af08a..e2382f7035a2a 100644 --- a/configs/envoyproxy_io_proxy_http3_downstream.yaml +++ b/configs/envoyproxy_io_proxy_http3_downstream.yaml @@ -1,4 +1,5 @@ # An example config which accepts HTTP/3 and forwarads the requests upstream over TCP. +# This includes a TCP listener which advertises that HTTP/3 is available via the alt-svc header admin: address: socket_address: @@ -18,13 +19,12 @@ static_resources: name: envoy.transport_sockets.tls typed_config: "@type": type.googleapis.com/envoy.extensions.transport_sockets.tls.v3.DownstreamTlsContext - downstream_tls_context: - common_tls_context: - tls_certificates: - - certificate_chain: - filename: certs/servercert.pem - private_key: - filename: certs/serverkey.pem + common_tls_context: + tls_certificates: + - certificate_chain: + filename: certs/servercert.pem + private_key: + filename: certs/serverkey.pem filters: - name: envoy.filters.network.http_connection_manager typed_config: @@ -49,8 +49,6 @@ static_resources: http3_protocol_options: http_filters: - name: envoy.filters.http.router - - listeners: - name: listener_udp address: socket_address: