Given that the default password is only used as a fool-proofing mechanism (#708), and that Patroni cannot reload etcd password without restarting, it's nice to have an option to disable etcd password authentication in pigsty.yml. The benefits are:
- Improve backward compatibility with shared etcd clusters set up by Pigsty v3.7.
- In some environments where weak passwords are forbidden or passwords need to be rotated periodically (e.g. for compliance reasons), this reduces maintenance churn.
Given that the default password is only used as a fool-proofing mechanism (#708), and that Patroni cannot reload etcd password without restarting, it's nice to have an option to disable etcd password authentication in pigsty.yml. The benefits are: