a598cce62b
The etcd3 and etcd3gw drivers parse CA, key and cert options from the coordination URL, and pass them on to the backend clients. The etcd3gw driver implements the "etcd3+https" scheme. Change-Id: I78d8ca0583f883f7f746791f82fbcc116458ce2c
7 lines
247 B
YAML
7 lines
247 B
YAML
---
|
|
features:
|
|
- |
|
|
The etcd3 and etcd3gw drivers now support TLS, by adding the ability to
|
|
specify ca_cert, cert_key and cert_cert files. For the etcd3gw driver,
|
|
this is controlled by specifying "etcd3+https" in the coordination URL.
|