Sfoglia il codice sorgente

Create pypubsub_acl.yaml

Daniel Gruno 5 anni fa
parent
commit
dee588aac8
1 ha cambiato i file con 14 aggiunte e 0 eliminazioni
  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