summaryrefslogtreecommitdiff
path: root/cedar.conf
diff options
context:
space:
mode:
Diffstat (limited to 'cedar.conf')
-rw-r--r--cedar.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/cedar.conf b/cedar.conf
new file mode 100644
index 00000000..0d032bc8
--- /dev/null
+++ b/cedar.conf
@@ -0,0 +1,5 @@
+permit (
+ principal == Subject::"*",
+ action == Action::"GET",
+ resource in Path::"/projects.json"
+);