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

added missing calls for topology services to admin role

parent 262d869e
Branches
Tags
1 merge request!478Application framework qol update
Pipeline #152199 passed
...@@ -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