From 3f54e2fc59f21029813863491b37e39bb6015115 Mon Sep 17 00:00:00 2001 From: mo khan Date: Wed, 2 Apr 2025 11:23:47 -0600 Subject: refactor: move policies and entities in policies package --- cedar.json | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 cedar.json (limited to 'cedar.json') diff --git a/cedar.json b/cedar.json deleted file mode 100644 index c170a3b4..00000000 --- a/cedar.json +++ /dev/null @@ -1,24 +0,0 @@ -[ - { - "uid": { - "type": "User", - "id": "*" - } - }, - { - "uid": { - "type": "Project", - "id": "3" - }, - "parents": [ - { - "type": "Group", - "id": "3" - }, - { - "type": "Path", - "id": "/projects.json" - } - ] - } -] -- cgit v1.2.3