mirror of
https://github.com/paralus/paralus.git
synced 2026-08-24 15:47:19 +00:00
fixes to callback url and associate default org admin group to role
This commit is contained in:
@@ -259,6 +259,11 @@ func main() {
|
||||
},
|
||||
Spec: &userv3.GroupSpec{
|
||||
Type: "DEFAULT_ADMINS",
|
||||
ProjectNamespaceRoles: []*userv3.ProjectNamespaceRole{
|
||||
{
|
||||
Role: "ADMIN",
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user