From 72842156f3ebb5b1150edd9ff9ec10ca670e3805 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 7 Mar 2017 15:27:45 -0500 Subject: [PATCH] gatherkeys: mgr 'allow *' Signed-off-by: Sage Weil --- ceph_deploy/gatherkeys.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ceph_deploy/gatherkeys.py b/ceph_deploy/gatherkeys.py index a5ff9c1..046e92b 100644 --- a/ceph_deploy/gatherkeys.py +++ b/ceph_deploy/gatherkeys.py @@ -77,7 +77,8 @@ def keytype_capabilities(keytype): 'admin' : [ 'osd', 'allow *', 'mds', 'allow *', - 'mon', 'allow *' + 'mon', 'allow *', + 'mgr', 'allow *' ], 'mds' : [ 'mon', 'allow profile bootstrap-mds' -- 2.47.3