Add patronictl -k/--insecure flag and suport for restapi cert (#790)

Fixes https://github.com/zalando/patroni/issues/785
This commit is contained in:
wilfriedroset
2018-08-29 16:08:13 +02:00
committed by Alexander Kukushkin
parent 0e13677880
commit 0136f252ab
6 changed files with 50 additions and 5 deletions
+5
View File
@@ -11,6 +11,11 @@ restapi:
username: username
password: password
# ctl:
# insecure: false # Allow connections to SSL sites without certs
# certfile: /etc/ssl/certs/ssl-cert-snakeoil.pem
# cacert: /etc/ssl/certs/ssl-cacert-snakeoil.pem
etcd:
host: 127.0.0.1:2379