From 42c9d320e1976e2754cc33abcaba5994f3b07f92 Mon Sep 17 00:00:00 2001 From: mo khan Date: Thu, 10 Jul 2025 13:38:31 -0600 Subject: chore: generate staging entities.json --- .../authorization/sparkle/team/entities.json | 72 ++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 etc/authzd/staging.gitlab.com/authorization/sparkle/team/entities.json 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 -- cgit v1.2.3