diff options
Diffstat (limited to 'cedar.json')
| -rw-r--r-- | cedar.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/cedar.json b/cedar.json new file mode 100644 index 00000000..c170a3b4 --- /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" + } + ] + } +] |
