From: huanwen ren Date: Fri, 28 Apr 2017 07:40:33 +0000 (+0800) Subject: mgr: add mgr allow * to client.admin X-Git-Tag: v12.0.3~176^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F14864%2Fhead;p=ceph.git mgr: add mgr allow * to client.admin Signed-off-by: huanwen ren ren.huanwen@zte.com.cn --- diff --git a/src/ceph-create-keys b/src/ceph-create-keys index c7846f85d504..65ccd4a212c3 100755 --- a/src/ceph-create-keys +++ b/src/ceph-create-keys @@ -132,6 +132,7 @@ def get_key(cluster, mon_id): 'mon', 'allow *', 'osd', 'allow *', 'mds', 'allow *', + 'mgr', 'allow *', ], stdout=f, )