mirror of
https://github.com/outbackdingo/patroni.git
synced 2026-08-25 14:53:37 +00:00
It could happen that one of etcd servers is not accessible on Patroni start. In this case Patroni was trying to perform authentication and exiting, while it should exit only if Etcd explicitly responded with the `AuthFailed` error. Close https://github.com/zalando/patroni/issues/1805