diff options
| author | mo khan <mo@mokhan.ca> | 2025-07-10 13:38:31 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-07-10 13:38:31 -0600 |
| commit | 42c9d320e1976e2754cc33abcaba5994f3b07f92 (patch) | |
| tree | fbd38743bfa3e943f7d90800a95a6937e448b3da /etc/authzd | |
| parent | 0a4611de6cbb2787ba45db161c51b87fdc07ed5c (diff) | |
chore: generate staging entities.json
Diffstat (limited to 'etc/authzd')
| -rw-r--r-- | etc/authzd/staging.gitlab.com/authorization/sparkle/team/entities.json | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/etc/authzd/staging.gitlab.com/authorization/sparkle/team/entities.json b/etc/authzd/staging.gitlab.com/authorization/sparkle/team/entities.json new file mode 100644 index 00000000..ef479736 --- /dev/null +++ b/etc/authzd/staging.gitlab.com/authorization/sparkle/team/entities.json @@ -0,0 +1,72 @@ +[ + { + "uid": { + "type": "Project", + "id": "16781932" + }, + "attrs": { + "name": "team", + "path": "team", + "full_path": "authorization/sparkle/team" + }, + "parents": [ + { + "type": "Group", + "id": "24445167" + } + ] + }, + { + "uid": { + "type": "User", + "id": "1675940" + }, + "attrs": { + "username": "mokhax", + "name": "mo khan", + "access_level": 50 + }, + "parents": [] + }, + { + "uid": { + "type": "User", + "id": "1676317" + }, + "attrs": { + "username": "jayswain", + "name": "Jay Swain", + "access_level": 30 + }, + "parents": [] + }, + { + "uid": { + "type": "Group", + "id": "24445166" + }, + "attrs": { + "name": "authorization", + "path": "authorization", + "full_path": "authorization" + }, + "parents": [] + }, + { + "uid": { + "type": "Group", + "id": "24445167" + }, + "attrs": { + "name": "sparkle", + "path": "sparkle", + "full_path": "authorization/sparkle" + }, + "parents": [ + { + "type": "Group", + "id": "24445166" + } + ] + } +]
\ No newline at end of file |
