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

add missing permission to admin

parent afe7152f
No related branches found
No related tags found
No related merge requests found
Pipeline #225453 passed
......@@ -360,6 +360,7 @@ func ensureAdminRoleExists() error {
"/gosdn.topology.TopologyService/UpdateLink",
"/gosdn.topology.TopologyService/DeleteLink",
"/gosdn.subscriptionmanagement.SubscriptionManagementService/ResetAllSubscriptions",
"/gosdn.subscriptionmanagement.SubscriptionManagementService/GetAll",
}))
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