aboutsummaryrefslogtreecommitdiff
path: root/datafile.example.yml
blob: 3e9a241e3d13f9ff7df130efd5ea4309f501d463 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
group_member:
  - group: "devops"
    email: "%"

  - group: "foo"
    email: "%"


group_privilege:
  - group: "foo"
    domain: "example.com"
    privilege: "full"

  - group: "devops"
    domain: "example.com"
    privilege: "full"


privilege_rule:
  - domain: "example.com"
    privilege: "full"
    path: "%"
    method: "GET"

  - domain: "example.com"
    privilege: "full"
    path: "%"
    method: "POST"