From 7505c10d6d3561a91818a34035f19404b2f332d8 Mon Sep 17 00:00:00 2001 From: David Yu Date: Tue, 29 Nov 2022 18:35:14 -0800 Subject: [PATCH] add alpn config for ingress and connect proxy --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index abef48ee23..f69280bc91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -84,6 +84,7 @@ where OSS Consul would save service-resolvers that require Consul Enterprise. [[ * telemetry: Added a `consul.xds.server.streamStart` metric to measure time taken to first generate xDS resources for an xDS stream. [[GH-14957](https://github.com/hashicorp/consul/issues/14957)] * ui: Improve guidance around topology visualisation [[GH-14527](https://github.com/hashicorp/consul/issues/14527)] * xds: Set `max_ejection_percent` on Envoy's outlier detection to 100% for peered services. [[GH-14373](https://github.com/hashicorp/consul/issues/14373)] +* xds: configure Envoy `alpn_protocols` for connect-proxy and ingress-gateway based on service protocol. BUG FIXES: