summaryrefslogtreecommitdiff
path: root/cedar.json
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-04-02 11:23:47 -0600
committermo khan <mo@mokhan.ca>2025-04-02 11:23:47 -0600
commit3f54e2fc59f21029813863491b37e39bb6015115 (patch)
tree423d1d427e4d340d8030d3c9d98794084c0d5edb /cedar.json
parente8708d505dfbe6c3ecbf41afb9732b73b6f1f156 (diff)
refactor: move policies and entities in policies package
Diffstat (limited to 'cedar.json')
-rw-r--r--cedar.json24
1 files changed, 0 insertions, 24 deletions
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"
- }
- ]
- }
-]