This commit is contained in:
Rain
2019-09-27 14:15:29 +08:00
parent 27b9211d63
commit e3ea4e3bb8
3 changed files with 9 additions and 3 deletions
+6
View File
@@ -258,6 +258,12 @@ var (
Action: PolicyActionUpdate,
Result: rbacutils.Allow,
},
{
Service: "notify",
Resource: "contacts",
Action: PolicyActionList,
Result: rbacutils.Allow,
},
},
},
{