浏览代码

Create pypubsub_acl.yaml

Daniel Gruno 5 年之前
父节点
当前提交
dee588aac8
共有 1 个文件被更改,包括 14 次插入0 次删除
  1. 14 0
      pypubsub_acl.yaml

+ 14 - 0
pypubsub_acl.yaml

@@ -0,0 +1,14 @@
+# ACL for authenticated users
+
+testuser:
+  password: foobar
+  acl:
+    # Allow access to events for a private git repository
+    foobar:
+      - git
+      - privaterepo.git
+    # Allow access to events for dev@example.org mailing list
+    myemails:
+      - email
+      - example.org
+      - dev