Signed-off-by: Sage Weil <sage@redhat.com>
profile_grants.push_back(MonCapGrant("auth", MON_CAP_R | MON_CAP_X));
profile_grants.push_back(MonCapGrant("config-key", MON_CAP_R | MON_CAP_W));
profile_grants.push_back(MonCapGrant("config", MON_CAP_R | MON_CAP_W));
+ // ssh orchestrator provisions new daemon keys
+ profile_grants.push_back(MonCapGrant("auth get-or-create"));
+ profile_grants.push_back(MonCapGrant("auth rm"));
}
if (profile == "osd" || profile == "mds" || profile == "mon" ||
profile == "mgr") {