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

added missing calls for application registration to admin role

parent 7d7d26e3
No related branches found
No related tags found
No related merge requests found
......@@ -297,6 +297,8 @@ func ensureDefaultRoleExists() error {
"/gosdn.networkelement.NetworkElementService/SubscribePath",
"/gosdn.plugin_internal.PluginInternalService/AvailablePlugins",
"/gosdn.plugin_internal.PluginInternalService/GetPluginSchema",
"/gosdn.app.AppService/Register",
"/gosdn.app.AppService/Deregister",
}))
if err != nil {
return err
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment