Sign in
apache
/
casbin-lua-casbin
/
HEAD
/
.
/
examples
/
in_matcher_model.conf
blob: 9b90a75fb6e71f40611d6e50569fb5f9b021ece6 [
file
] [
log
] [
blame
]
[
request_definition
]
r
=
sub
,
obj
,
act
[
policy_definition
]
p
=
sub
,
obj
[
policy_effect
]
e
=
some
(
where
(
p
.
eft
==
allow
))
[
matchers
]
m
=
r
.
sub
==
p
.
sub
&&
r
.
obj
==
p
.
obj
&&
(
r
.
act
in
(
"read"
,
"write"
)
)