File: rbac_with_hierarchy_with_domains_policy.csv

package info (click to toggle)
golang-github-casbin-casbin 2.104.0-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,392 kB
  • sloc: makefile: 14
file content (11 lines) | stat: -rw-r--r-- 264 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
p, role:reader, domain1, data1, read
p, role:writer, domain1, data1, write

p, alice, domain1, data2, read
p, alice, domain2, data2, read

g, role:global_admin, role:reader, domain1
g, role:global_admin, role:writer, domain1

g, alice, role:global_admin, domain1