summaryrefslogtreecommitdiff
path: root/cedar.json
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-03-20 10:49:23 -0600
committermo khan <mo@mokhan.ca>2025-03-20 10:49:23 -0600
commitfc0738269e16bd4ff429c4dbe49a557bc0e7e611 (patch)
tree0aa1f837ea93b4c9139990341bc69108e53027cb /cedar.json
parent761d493d61bda7449f117cc333e45682bed14578 (diff)
feat: add a cedar policy
Diffstat (limited to 'cedar.json')
-rw-r--r--cedar.json24
1 files changed, 24 insertions, 0 deletions
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"
+ }
+ ]
+ }
+]