Codebase list golang-github-go-kit-kit / 203e4782-15ed-484f-9517-a1c12654c5bc/v0.8.0 auth / casbin / testdata / basic_model.conf
203e4782-15ed-484f-9517-a1c12654c5bc/v0.8.0

Tree @203e4782-15ed-484f-9517-a1c12654c5bc/v0.8.0 (Download .tar.gz)

basic_model.conf @203e4782-15ed-484f-9517-a1c12654c5bc/v0.8.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