aboutsummaryrefslogtreecommitdiff
path: root/datafile.example.yml
blob: 85d88b9ac3d303cfd62583cb73fd0f48bc1af3de (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
30
31
32
33
34
--- # Data file. Don't remove this line. This is YAML: https://en.wikipedia.org/wiki/YAML

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"


... # End of data file. Don't remove this line. This is YAML: https://en.wikipedia.org/wiki/YAML