
Pools can now be each be assigned an OpenSSL cipher string with the field tls_ciphers. A new configuration option, default_pool_ciphers, specifies what cipher string to use for new tls-enabled pools if one is not explicitly specified at time of creation. Change-Id: Iedb7774bfb8d70ea307d6a513248e1fe2389fa34 Depends-On: I77da6f14063877af0077f2c12df1aab5d5ead187 Story: 2006627 Task: 37172
2 lines
570 B
Plaintext
2 lines
570 B
Plaintext
curl -X PUT -H "Content-Type: application/json" -H "X-Auth-Token: <token>" -d '{"pool":{"lb_algorithm":"LEAST_CONNECTIONS","session_persistence":{"type":"SOURCE_IP"},"description":"second description","name":"second_name","tags":["updated_tag"],"tls_container_ref":"http://198.51.100.10:9311/v1/containers/c1cd501d-3cf9-4873-a11b-a74bebcde929","ca_tls_container_ref":null,"crl_container_ref":null,"tls_enabled":false,"tls_ciphers":"ECDHE-RSA-AES256-GCM-SHA384:ECDHE-RSA-AES128-GCM-SHA256"}}' http://198.51.100.10:9876/v2/lbaas/pools/4029d267-3983-4224-a3d0-afb3fe16a2cd
|