feat: restrict admin access to club operations and rollout test environment
This commit is contained in:
@@ -162,7 +162,7 @@
|
||||
"firstName": "Admin",
|
||||
"lastName": "User",
|
||||
"attributes": {
|
||||
"clubs": ["64e05b5e-ef45-81d7-f2e8-3d14bd197383,3b4afcfa-1352-8fc7-b497-8ab52a0d5fda"]
|
||||
"clubs": []
|
||||
},
|
||||
"credentials": [
|
||||
{
|
||||
@@ -171,7 +171,10 @@
|
||||
"temporary": false
|
||||
}
|
||||
],
|
||||
"requiredActions": []
|
||||
"requiredActions": [],
|
||||
"realmRoles": [
|
||||
"admin"
|
||||
]
|
||||
},
|
||||
{
|
||||
"username": "manager@test.com",
|
||||
@@ -181,7 +184,9 @@
|
||||
"firstName": "Manager",
|
||||
"lastName": "User",
|
||||
"attributes": {
|
||||
"clubs": ["64e05b5e-ef45-81d7-f2e8-3d14bd197383"]
|
||||
"clubs": [
|
||||
"64e05b5e-ef45-81d7-f2e8-3d14bd197383"
|
||||
]
|
||||
},
|
||||
"credentials": [
|
||||
{
|
||||
@@ -200,7 +205,9 @@
|
||||
"firstName": "Member",
|
||||
"lastName": "One",
|
||||
"attributes": {
|
||||
"clubs": ["64e05b5e-ef45-81d7-f2e8-3d14bd197383,3b4afcfa-1352-8fc7-b497-8ab52a0d5fda"]
|
||||
"clubs": [
|
||||
"64e05b5e-ef45-81d7-f2e8-3d14bd197383,3b4afcfa-1352-8fc7-b497-8ab52a0d5fda"
|
||||
]
|
||||
},
|
||||
"credentials": [
|
||||
{
|
||||
@@ -219,7 +226,9 @@
|
||||
"firstName": "Member",
|
||||
"lastName": "Two",
|
||||
"attributes": {
|
||||
"clubs": ["64e05b5e-ef45-81d7-f2e8-3d14bd197383"]
|
||||
"clubs": [
|
||||
"64e05b5e-ef45-81d7-f2e8-3d14bd197383"
|
||||
]
|
||||
},
|
||||
"credentials": [
|
||||
{
|
||||
@@ -238,7 +247,9 @@
|
||||
"firstName": "Viewer",
|
||||
"lastName": "User",
|
||||
"attributes": {
|
||||
"clubs": ["64e05b5e-ef45-81d7-f2e8-3d14bd197383"]
|
||||
"clubs": [
|
||||
"64e05b5e-ef45-81d7-f2e8-3d14bd197383"
|
||||
]
|
||||
},
|
||||
"credentials": [
|
||||
{
|
||||
@@ -251,7 +262,12 @@
|
||||
}
|
||||
],
|
||||
"roles": {
|
||||
"realm": [],
|
||||
"realm": [
|
||||
{
|
||||
"name": "admin",
|
||||
"description": "System Admin"
|
||||
}
|
||||
],
|
||||
"client": {}
|
||||
},
|
||||
"groups": [],
|
||||
|
||||
Reference in New Issue
Block a user