Replies: 2 comments 1 reply
-
Patroni rest api checker uses the simplest call: r, err := http.Get(c.Endpoints[0] + c.TriggerKey) Patches with TLS support are welcome! |
Beta Was this translation helpful? Give feedback.
1 reply
-
The pull request was accepted. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
We currently use dcs-type: etcd. but we would like to switch to dcs-type: patroni to manage a vip for our replica as well.
Our patroni restapi uses SSL (and it's working fine with dcs-type: etcd)
We changed trigger-key, trigger-value, dcs-type, dcs-endpoints in vip-manager.yml but we left the previous etcd configuration part (it uses the same certificate files as in patroni.yml)
We get this error when we restart vip-manager service
and we get this in patroni log (which seems consistent...)
So I understand that vip-manager does not use etcd-ca-file, etcd-cert-file, etcd-key-file to query patroni restapi with SSL.
Is there something wrong with my configuration ?
Is there a solution ?
Thank you in advance !
Beta Was this translation helpful? Give feedback.
All reactions