Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
goSDN
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
danet
goSDN
Commits
48a4943a
Commit
48a4943a
authored
1 year ago
by
Fabian Seidl
Browse files
Options
Downloads
Patches
Plain Diff
added missing calls for topology services to admin role
parent
262d869e
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!478
Application framework qol update
Pipeline
#152199
passed
1 year ago
Stage: build
Stage: test
Stage: analyze
Stage: integration-test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
controller/controller.go
+9
-0
9 additions, 0 deletions
controller/controller.go
with
9 additions
and
0 deletions
controller/controller.go
+
9
−
0
View file @
48a4943a
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment