]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon: fix mgr using auth_client_required policy
authorJohn Spray <john.spray@redhat.com>
Mon, 22 Jan 2018 13:42:20 +0000 (13:42 +0000)
committerJohn Spray <john.spray@redhat.com>
Mon, 22 Jan 2018 13:43:45 +0000 (13:43 +0000)
commit1e06fe003e50d360b5c5ce9824bba044b6406ec5
tree5a9b4f72ccbf654c02055f4665942ee272651333
parentc05d96330df71a7c0badd633c16dba5d823a9b62
mon: fix mgr using auth_client_required policy

This caused mgr daemons to fail to authenticate
when auth_client_required was set to something
different to auth_cluster_required.

Fixes: https://tracker.ceph.com/issues/22096
Signed-off-by: John Spray <john.spray@redhat.com>
src/mon/MonClient.cc