Skip to content

Commit f6d1f2d

Browse files
xargomCopilotlantoli
authored
doc: DOCSP-54401 -- Adds mention of support for TLS 1.3 in docs (#1643)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Leo Antoli <430982+lantoli@users.noreply.github.com>
1 parent a8b4ac2 commit f6d1f2d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cfn-resources/cluster/docs/processargs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormati
8989

9090
#### MinimumEnabledTLSProtocol
9191

92-
Minimum Transport Layer Security (TLS) version that the cluster accepts for incoming connections. Clusters using TLS 1.0 or 1.1 should consider setting TLS 1.2 as the minimum TLS protocol version.
92+
Minimum Transport Layer Security (TLS) version that the cluster accepts for incoming connections. Valid values are TLS1_2 and TLS1_3.
9393

9494
_Required_: No
9595

cfn-resources/cluster/mongodb-atlas-cluster.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@
253253
},
254254
"MinimumEnabledTLSProtocol": {
255255
"type": "string",
256-
"description": "Minimum Transport Layer Security (TLS) version that the cluster accepts for incoming connections. Clusters using TLS 1.0 or 1.1 should consider setting TLS 1.2 as the minimum TLS protocol version."
256+
"description": "Minimum Transport Layer Security (TLS) version that the cluster accepts for incoming connections. Valid values are TLS1_2 and TLS1_3."
257257
},
258258
"TlsCipherConfigMode": {
259259
"type": "string",

0 commit comments

Comments
 (0)