Codebase list golang-github-go-kit-kit / 0c243515-0bf2-4b25-8735-9c1038fa7c1b/v0.9.0 auth / casbin / testdata / basic_model.conf
0c243515-0bf2-4b25-8735-9c1038fa7c1b/v0.9.0

Tree @0c243515-0bf2-4b25-8735-9c1038fa7c1b/v0.9.0 (Download .tar.gz)

basic_model.conf @0c243515-0bf2-4b25-8735-9c1038fa7c1b/v0.9.0raw · history · blame

[request_definition]
r = sub, obj, act

[policy_definition]
p = sub, obj, act

[policy_effect]
e = some(where (p.eft == allow))

[matchers]
m = r.sub == p.sub && r.obj == p.obj && r.act == p.act