You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
etcdserver: allow non-admin to fetch member list and alarms
In some environments, etcd members do not have stable hostnames or IP
addresses. During maintenance, all etcd nodes may be replaced, resulting in
new hostnames and IPs for every member. In that case, clients such as Patroni
can lose access to the cluster entirely if they are not allowed to refresh the
member list.
Allow non-admin users to fetch the member list so they can rediscover updated
member endpoints after such topology changes.
Signed-off-by: Wei Fu <fuweid89@gmail.com>
(cherry picked from commit a2987fd)
Signed-off-by: Wei Fu <fuweid89@gmail.com>
0 commit comments