Skip to content
Snippets Groups Projects

Improve test coverage of rbac stuff

Merged Ghost User requested to merge 207-improve-test-coverage-of-rbac-stuff into develop
1 file
+ 11
11
Compare changes
  • Side-by-side
  • Inline
+ 11
11
@@ -189,17 +189,17 @@ func ensureDefaultRoleExists() error {
"/gosdn.core.CoreService/GetPndList",
"/gosdn.core.CoreService/CreatePndList",
"/gosdn.core.CoreService/DeletePnd",
"/gosdn.rbac.AuthService/CreateUsers",
"/gosdn.rbac.AuthService/GetUser",
"/gosdn.rbac.AuthService/GetUsers",
"/gosdn.rbac.AuthService/UpdateUsers",
"/gosdn.rbac.AuthService/DeleteUsers",
"/gosdn.rbac.AuthService/CreateRoles",
"/gosdn.rbac.AuthService/GetRole",
"/gosdn.rbac.AuthService/GetRoles",
"/gosdn.rbac.AuthService/UpdateRoles",
"/gosdn.rbac.AuthService/DeletePermissionsForRole",
"/gosdn.rbac.AuthService/DeleteRoles",
"/gosdn.rbac.UserService/CreateUsers",
"/gosdn.rbac.UserService/GetUser",
"/gosdn.rbac.UserService/GetUsers",
"/gosdn.rbac.UserService/UpdateUsers",
"/gosdn.rbac.UserService/DeleteUsers",
"/gosdn.rbac.RoleService/CreateRoles",
"/gosdn.rbac.RoleService/GetRole",
"/gosdn.rbac.RoleService/GetRoles",
"/gosdn.rbac.RoleService/UpdateRoles",
"/gosdn.rbac.RoleService/DeletePermissionsForRole",
"/gosdn.rbac.RoleService/DeleteRoles",
"/gosdn.pnd.PndService/GetOnd",
"/gosdn.pnd.PndService/GetOndList",
"/gosdn.pnd.PndService/GetSbi",
Loading