Skip to content
Snippets Groups Projects
Commit ba67d065 authored by Fabian Seidl's avatar Fabian Seidl
Browse files

updated default rolesto use separated services instead of only auth when...

updated default rolesto use separated services instead of only auth when running controller without available storage
parent e7635323
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !308. Comments created here will be created in the context of that merge request.
...@@ -189,17 +189,17 @@ func ensureDefaultRoleExists() error { ...@@ -189,17 +189,17 @@ func ensureDefaultRoleExists() error {
"/gosdn.core.CoreService/GetPndList", "/gosdn.core.CoreService/GetPndList",
"/gosdn.core.CoreService/CreatePndList", "/gosdn.core.CoreService/CreatePndList",
"/gosdn.core.CoreService/DeletePnd", "/gosdn.core.CoreService/DeletePnd",
"/gosdn.rbac.AuthService/CreateUsers", "/gosdn.rbac.UserService/CreateUsers",
"/gosdn.rbac.AuthService/GetUser", "/gosdn.rbac.UserService/GetUser",
"/gosdn.rbac.AuthService/GetUsers", "/gosdn.rbac.UserService/GetUsers",
"/gosdn.rbac.AuthService/UpdateUsers", "/gosdn.rbac.UserService/UpdateUsers",
"/gosdn.rbac.AuthService/DeleteUsers", "/gosdn.rbac.UserService/DeleteUsers",
"/gosdn.rbac.AuthService/CreateRoles", "/gosdn.rbac.RoleService/CreateRoles",
"/gosdn.rbac.AuthService/GetRole", "/gosdn.rbac.RoleService/GetRole",
"/gosdn.rbac.AuthService/GetRoles", "/gosdn.rbac.RoleService/GetRoles",
"/gosdn.rbac.AuthService/UpdateRoles", "/gosdn.rbac.RoleService/UpdateRoles",
"/gosdn.rbac.AuthService/DeletePermissionsForRole", "/gosdn.rbac.RoleService/DeletePermissionsForRole",
"/gosdn.rbac.AuthService/DeleteRoles", "/gosdn.rbac.RoleService/DeleteRoles",
"/gosdn.pnd.PndService/GetOnd", "/gosdn.pnd.PndService/GetOnd",
"/gosdn.pnd.PndService/GetOndList", "/gosdn.pnd.PndService/GetOndList",
"/gosdn.pnd.PndService/GetSbi", "/gosdn.pnd.PndService/GetSbi",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment