pypubsub_acl.yaml 295 B

1234567891011121314
  1. # ACL for authenticated users
  2. testuser:
  3. password: foobar
  4. acl:
  5. # Allow access to events for a private git repository
  6. foobar:
  7. - git
  8. - privaterepo.git
  9. # Allow access to events for dev@example.org mailing list
  10. myemails:
  11. - email
  12. - example.org
  13. - dev