From dbd25ad367f82b91c1f8f49ef4cd3baa52ad1c96 Mon Sep 17 00:00:00 2001 From: Clay Kauzlaric Date: Fri, 13 Oct 2023 10:32:35 -0400 Subject: [PATCH] add changelog Signed-off-by: Clay Kauzlaric --- changelogs/unreleased/5828-KauzClay-minor.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelogs/unreleased/5828-KauzClay-minor.md diff --git a/changelogs/unreleased/5828-KauzClay-minor.md b/changelogs/unreleased/5828-KauzClay-minor.md new file mode 100644 index 00000000000..165442ea3ec --- /dev/null +++ b/changelogs/unreleased/5828-KauzClay-minor.md @@ -0,0 +1,6 @@ +## Allow Configuration of Upstream TLS Options + +In a similar way to how Contour users can configure Min/Max TLS version and +Cipher Suites for Envoy's listeners, this change allows users to specify the +same information for upstream connections. This change also defaults the Max TLS +version for upstream connections to 1.3, instead of the Envoy default of 1.2. \ No newline at end of file