-
Notifications
You must be signed in to change notification settings - Fork 681
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated upstream TLS changelog entry (#6033)
Signed-off-by: Tero Saarni <tero.saarni@est.tech>
- Loading branch information
Showing
2 changed files
with
9 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
## Upstream TLS now supports TLS 1.3 and TLS parameters can be configured | ||
|
||
The default maximum TLS version for upstream connections is now 1.3, instead of the Envoy default of 1.2. | ||
|
||
In a similar way to how Contour users can configure Min/Max TLS version and | ||
Cipher Suites for Envoy's listeners, users can now specify the | ||
same information for upstream connections. In the ContourConfiguration, this is | ||
available under `spec.envoy.cluster.upstreamTLS`. The equivalent config file | ||
parameter is `cluster.upstream-tls`. |
This file was deleted.
Oops, something went wrong.