Skip to content

Commit

Permalink
fix: add group list permission to project manager (#374)
Browse files Browse the repository at this point in the history
Signed-off-by: Kush Sharma <[email protected]>
  • Loading branch information
kushsharma authored Oct 4, 2023
1 parent a4d2b4c commit a2e1aa8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/bootstrap/schema/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ var PredefinedRoles = []RoleDefinition{
"app_project_resourcelist",
"app_organization_projectcreate",
"app_organization_projectlist",
"app_organization_grouplist",
},
Scopes: []string{ProjectNamespace},
},
Expand Down

0 comments on commit a2e1aa8

Please sign in to comment.