Skip to content

Commit 9562dd9

Browse files
committed
min
1 parent 9e1b2ad commit 9562dd9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

cfn-resources/test/e2e/cluster/cluster.json.template

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,12 @@
1717
"NoTableScan": "false",
1818
"OplogSizeMB": "2000",
1919
"SampleSizeBIConnector": "110",
20-
"SampleRefreshIntervalBIConnector": "310"
20+
"SampleRefreshIntervalBIConnector": "310",
21+
"TlsCipherConfigMode": "CUSTOM",
22+
"CustomOpensslCipherConfigTls12": [
23+
"TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256",
24+
"TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384"
25+
]
2126
},
2227
"BackupEnabled": "false",
2328
"ClusterType": "GEOSHARDED",

0 commit comments

Comments
 (0)