From fc0738269e16bd4ff429c4dbe49a557bc0e7e611 Mon Sep 17 00:00:00 2001 From: mo khan Date: Thu, 20 Mar 2025 10:49:23 -0600 Subject: feat: add a cedar policy --- cedar.conf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 cedar.conf (limited to 'cedar.conf') diff --git a/cedar.conf b/cedar.conf new file mode 100644 index 0000000..0d032bc --- /dev/null +++ b/cedar.conf @@ -0,0 +1,5 @@ +permit ( + principal == Subject::"*", + action == Action::"GET", + resource in Path::"/projects.json" +); -- cgit v1.2.3