Skip to content

Commit

Permalink
updated citadel data in v3 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ogazitt committed Oct 22, 2023
1 parent b5e1015 commit a8a2b83
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 10 deletions.
15 changes: 10 additions & 5 deletions assets/citadel/citadel_objects_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@
"properties": {
"email": "[email protected]",
"picture": "https://github.com/aserto-demo/contoso-ad-sample/raw/main/UserImages/Jerry%20Smith.jpg",
"status": "USER_STATUS_ACTIVE"
"status": "USER_STATUS_ACTIVE",
"roles": ["viewer"]
}
},
{
Expand All @@ -107,7 +108,8 @@
"properties": {
"email": "[email protected]",
"picture": "https://github.com/aserto-demo/contoso-ad-sample/raw/main/UserImages/Beth%20Smith.jpg",
"status": "USER_STATUS_ACTIVE"
"status": "USER_STATUS_ACTIVE",
"roles": ["viewer"]
}
},
{
Expand All @@ -126,7 +128,8 @@
"properties": {
"email": "[email protected]",
"picture": "https://github.com/aserto-demo/contoso-ad-sample/raw/main/UserImages/Rick%20Sanchez.jpg",
"status": "USER_STATUS_ACTIVE"
"status": "USER_STATUS_ACTIVE",
"roles": ["admin", "evil_genius"]
}
},
{
Expand All @@ -136,7 +139,8 @@
"properties": {
"email": "[email protected]",
"picture": "https://github.com/aserto-demo/contoso-ad-sample/raw/main/UserImages/Morty%20Smith.jpg",
"status": "USER_STATUS_ACTIVE"
"status": "USER_STATUS_ACTIVE",
"roles": ["editor"]
}
},
{
Expand All @@ -146,7 +150,8 @@
"properties": {
"email": "[email protected]",
"picture": "https://github.com/aserto-demo/contoso-ad-sample/raw/main/UserImages/Summer%20Smith.jpg",
"status": "USER_STATUS_ACTIVE"
"status": "USER_STATUS_ACTIVE",
"roles": ["editor"]
}
},
{
Expand Down
11 changes: 11 additions & 0 deletions assets/citadel/citadel_relations_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@
"key": "[email protected]"
}
},
{
"subject": {
"type": "user",
"key": "[email protected]"
},
"relation": "manager",
"object": {
"type": "user",
"key": "[email protected]"
}
},
{
"subject": {
"type": "user",
Expand Down
26 changes: 21 additions & 5 deletions assets/citadel/ds-load/citadel-v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@
"properties": {
"email": "[email protected]",
"picture": "https://github.com/aserto-demo/contoso-ad-sample/raw/main/UserImages/Jerry%20Smith.jpg",
"status": "USER_STATUS_ACTIVE"
"status": "USER_STATUS_ACTIVE",
"roles": ["viewer"]
}
},
{
Expand All @@ -108,7 +109,8 @@
"properties": {
"email": "[email protected]",
"picture": "https://github.com/aserto-demo/contoso-ad-sample/raw/main/UserImages/Beth%20Smith.jpg",
"status": "USER_STATUS_ACTIVE"
"status": "USER_STATUS_ACTIVE",
"roles": ["viewer"]
}
},
{
Expand All @@ -127,7 +129,8 @@
"properties": {
"email": "[email protected]",
"picture": "https://github.com/aserto-demo/contoso-ad-sample/raw/main/UserImages/Rick%20Sanchez.jpg",
"status": "USER_STATUS_ACTIVE"
"status": "USER_STATUS_ACTIVE",
"roles": ["admin", "evil_genius"]
}
},
{
Expand All @@ -137,7 +140,8 @@
"properties": {
"email": "[email protected]",
"picture": "https://github.com/aserto-demo/contoso-ad-sample/raw/main/UserImages/Morty%20Smith.jpg",
"status": "USER_STATUS_ACTIVE"
"status": "USER_STATUS_ACTIVE",
"roles": ["editor"]
}
},
{
Expand All @@ -147,7 +151,8 @@
"properties": {
"email": "[email protected]",
"picture": "https://github.com/aserto-demo/contoso-ad-sample/raw/main/UserImages/Summer%20Smith.jpg",
"status": "USER_STATUS_ACTIVE"
"status": "USER_STATUS_ACTIVE",
"roles": ["editor"]
}
},
{
Expand Down Expand Up @@ -180,6 +185,17 @@
"key": "[email protected]"
}
},
{
"subject": {
"type": "user",
"key": "[email protected]"
},
"relation": "manager",
"object": {
"type": "user",
"key": "[email protected]"
}
},
{
"subject": {
"type": "user",
Expand Down

0 comments on commit a8a2b83

Please sign in to comment.