We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09b42c3 commit 5aacc16Copy full SHA for 5aacc16
backend/app/core/rbac_model.conf
@@ -11,4 +11,4 @@ g = _, _
11
e = some(where (p.eft == allow))
12
13
[matchers]
14
-m = g(r.sub, p.sub) && r.obj == p.obj && r.act == p.act
+m = g(r.sub, p.sub) && (keyMatch(r.obj, p.obj) || keyMatch3(r.obj, p.obj)) && (r.act == p.act || p.act == "*")
0 commit comments