fixes to callback url and associate default org admin group to role

This commit is contained in:
niravparikh05
2022-05-03 13:08:23 +05:30
parent 597be0538e
commit 27b2b2f8d9
2 changed files with 10 additions and 5 deletions
+5
View File
@@ -259,6 +259,11 @@ func main() {
},
Spec: &userv3.GroupSpec{
Type: "DEFAULT_ADMINS",
ProjectNamespaceRoles: []*userv3.ProjectNamespaceRole{
{
Role: "ADMIN",
},
},
},
})
if err != nil {