mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2026-01-08 05:01:37 +00:00
Add option to set cluster TLS cipher suites. (#3228)
* Add option to set cluster TLS cipher suites. Fixes #3227
This commit is contained in:
@@ -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: "",
|
||||
|
||||
Reference in New Issue
Block a user