diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/authzd/entities.json | 320 |
1 files changed, 0 insertions, 320 deletions
diff --git a/etc/authzd/entities.json b/etc/authzd/entities.json deleted file mode 100644 index 68c337f6..00000000 --- a/etc/authzd/entities.json +++ /dev/null @@ -1,320 +0,0 @@ -[ - { - "uid": { - "type": "Organization", - "id": "1" - }, - "attrs": { - "name": "gitlab" - }, - "parents": [] - }, - { - "uid": { - "type": "Project", - "id": "68877410" - }, - "attrs": { - "name": "sparkle.d", - "path": "sparkled", - "full_path": "gitlab-org/software-supply-chain-security/authorization/sparkled" - }, - "parents": [ - { - "type": "Group", - "id": "76595764" - } - ] - }, - { - "uid": { - "type": "User", - "id": "1" - }, - "attrs": { - "username": "sytses", - "name": "Sid Sijbrandij", - "access_level": 30 - }, - "parents": [] - }, - { - "uid": { - "type": "User", - "id": "116" - }, - "attrs": { - "username": "marin", - "name": "Marin Jankovski", - "access_level": 50 - }, - "parents": [] - }, - { - "uid": { - "type": "User", - "id": "13356" - }, - "attrs": { - "username": "dblessing", - "name": "Drew Blessing", - "access_level": 30 - }, - "parents": [] - }, - { - "uid": { - "type": "User", - "id": "3585" - }, - "attrs": { - "username": "axil", - "name": "Achilleas Pipinellis", - "access_level": 30 - }, - "parents": [] - }, - { - "uid": { - "type": "User", - "id": "12452" - }, - "attrs": { - "username": "ayufan", - "name": "Kamil Trzciński", - "access_level": 30 - }, - "parents": [] - }, - { - "uid": { - "type": "User", - "id": "64248" - }, - "attrs": { - "username": "stanhu", - "name": "Stan Hu", - "access_level": 50 - }, - "parents": [] - }, - { - "uid": { - "type": "User", - "id": "263716" - }, - "attrs": { - "username": "grzesiek", - "name": "Grzegorz Bizon", - "access_level": 30 - }, - "parents": [] - }, - { - "uid": { - "type": "User", - "id": "283999" - }, - "attrs": { - "username": "dbalexandre", - "name": "Douglas Barbosa Alexandre", - "access_level": 30 - }, - "parents": [] - }, - { - "uid": { - "type": "User", - "id": "2293" - }, - "attrs": { - "username": "brodock", - "name": "Gabriel Mazetto", - "access_level": 30 - }, - "parents": [] - }, - { - "uid": { - "type": "User", - "id": "215818" - }, - "attrs": { - "username": "tmaczukin", - "name": "Tomasz Maczukin", - "access_level": 30 - }, - "parents": [] - }, - { - "uid": { - "type": "User", - "id": "128633" - }, - "attrs": { - "username": "rymai", - "name": "Rémy Coutable", - "access_level": 30 - }, - "parents": [] - }, - { - "uid": { - "type": "User", - "id": "273486" - }, - "attrs": { - "username": "jameslopez", - "name": "James Lopez", - "access_level": 40 - }, - "parents": [] - }, - { - "uid": { - "type": "User", - "id": "201566" - }, - "attrs": { - "username": "annabeldunstone", - "name": "Annabel Dunstone Gray", - "access_level": 30 - }, - "parents": [] - }, - { - "uid": { - "type": "User", - "id": "426128" - }, - "attrs": { - "username": "felipe_artur", - "name": "Felipe Cardozo", - "access_level": 30 - }, - "parents": [] - }, - { - "uid": { - "type": "User", - "id": "138401" - }, - "attrs": { - "username": "chriscool", - "name": "Christian Couder", - "access_level": 30 - }, - "parents": [] - }, - { - "uid": { - "type": "User", - "id": "367626" - }, - "attrs": { - "username": "alejandro", - "name": "Alejandro Rodríguez", - "access_level": 30 - }, - "parents": [] - }, - { - "uid": { - "type": "User", - "id": "516904" - }, - "attrs": { - "username": "tauriedavis", - "name": "Taurie Davis", - "access_level": 30 - }, - "parents": [] - }, - { - "uid": { - "type": "User", - "id": "527558" - }, - "attrs": { - "username": "eliran.mesika", - "name": "Eliran Mesika", - "access_level": 30 - }, - "parents": [] - }, - { - "uid": { - "type": "User", - "id": "429540" - }, - "attrs": { - "username": "ahanselka", - "name": "Alex Hanselka", - "access_level": 30 - }, - "parents": [] - }, - { - "uid": { - "type": "User", - "id": "506061" - }, - "attrs": { - "username": "ahmadsherif", - "name": "Ahmad Sherif", - "access_level": 30 - }, - "parents": [] - }, - { - "uid": { - "type": "Group", - "id": "9970" - }, - "attrs": { - "name": "GitLab.org", - "path": "gitlab-org", - "full_path": "gitlab-org" - }, - "parents": [ - { - "type": "Organization", - "id": "1" - } - ] - }, - { - "uid": { - "type": "Group", - "id": "97830335" - }, - "attrs": { - "name": "software-supply-chain-security", - "path": "software-supply-chain-security", - "full_path": "gitlab-org/software-supply-chain-security" - }, - "parents": [ - { - "type": "Group", - "id": "9970" - } - ] - }, - { - "uid": { - "type": "Group", - "id": "76595764" - }, - "attrs": { - "name": "Authorization", - "path": "authorization", - "full_path": "gitlab-org/software-supply-chain-security/authorization" - }, - "parents": [ - { - "type": "Group", - "id": "97830335" - } - ] - } -]
\ No newline at end of file |
