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

added missing calls for topology services to admin role

parent a1362f86
No related branches found
No related tags found
No related merge requests found
Pipeline #152161 passed
This commit is part of merge request !478. Comments created here will be created in the context of that merge request.
...@@ -299,6 +299,15 @@ func ensureDefaultRoleExists() error { ...@@ -299,6 +299,15 @@ func ensureDefaultRoleExists() error {
"/gosdn.plugin_internal.PluginInternalService/GetPluginSchema", "/gosdn.plugin_internal.PluginInternalService/GetPluginSchema",
"/gosdn.app.AppService/Register", "/gosdn.app.AppService/Register",
"/gosdn.app.AppService/Deregister", "/gosdn.app.AppService/Deregister",
"/gosdn.configurationmanagement.ConfigurationManagementService/ExportSDNConfig",
"/gosdn.configurationmanagement.ConfigurationManagementService/ImportSDNConfig",
"/gosdn.topology.RoutingTableService/AddRoutingTable",
"/gosdn.topology.RoutingTableService/GetRoutes",
"/gosdn.topology.RoutingTableService/DeleteRoute",
"/gosdn.topology.TopologyService/AddLink",
"/gosdn.topology.TopologyService/GetTopology",
"/gosdn.topology.TopologyService/UpdateLink",
"/gosdn.topology.TopologyService/DeleteLink",
})) }))
if err != nil { if err != nil {
return err return err
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment