aboutsummaryrefslogtreecommitdiff
path: root/datafile.example.yml
diff options
context:
space:
mode:
Diffstat (limited to 'datafile.example.yml')
-rw-r--r--datafile.example.yml34
1 files changed, 34 insertions, 0 deletions
diff --git a/datafile.example.yml b/datafile.example.yml
new file mode 100644
index 0000000..85d88b9
--- /dev/null
+++ b/datafile.example.yml
@@ -0,0 +1,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
+