소스 검색

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