Add option to set cluster TLS cipher suites. (#3228)

* Add option to set cluster TLS cipher suites.

Fixes #3227
This commit is contained in:
Jeff Mitchell
2017-08-30 16:28:23 -04:00
committed by GitHub
parent 2ca896ccea
commit 3f31ed733f
10 changed files with 76 additions and 8 deletions

View File

@@ -99,6 +99,8 @@ func TestLoadConfigFile_json(t *testing.T) {
DisableClustering: true,
},
ClusterCipherSuites: "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA",
Telemetry: &Telemetry{
StatsiteAddr: "baz",
StatsdAddr: "",