From fc0738269e16bd4ff429c4dbe49a557bc0e7e611 Mon Sep 17 00:00:00 2001 From: mo khan Date: Thu, 20 Mar 2025 10:49:23 -0600 Subject: feat: add a cedar policy --- cedar.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 cedar.json (limited to 'cedar.json') diff --git a/cedar.json b/cedar.json new file mode 100644 index 0000000..c170a3b --- /dev/null +++ b/cedar.json @@ -0,0 +1,24 @@ +[ + { + "uid": { + "type": "User", + "id": "*" + } + }, + { + "uid": { + "type": "Project", + "id": "3" + }, + "parents": [ + { + "type": "Group", + "id": "3" + }, + { + "type": "Path", + "id": "/projects.json" + } + ] + } +] -- cgit v1.2.3