summaryrefslogtreecommitdiff
path: root/cedar.json
diff options
context:
space:
mode:
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"
+ }
+ ]
+ }
+]