Skip to content

Commit 1492d27

Browse files
committed
feat: add authorization policy for action grouping
1 parent f6355c3 commit 1492d27

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# ===== ACTION GROUPING (g2) =====
2+
3+
# manage implies edit, delete, read, write
4+
g2, act:manage, act:edit
5+
g2, act:manage, act:delete
6+
g2, act:edit, act:read
7+
g2, act:edit, act:write
8+
9+
# edit implies read, write
10+
g2, act:edit, act:read
11+
g2, act:edit, act:write

0 commit comments

Comments
 (0)