Browse Source

Getting started on adding secure topics feature

Daniel Gruno 3 years ago
parent
commit
abcbfdeb8f
1 changed files with 3 additions and 0 deletions
  1. 3 0
      pypubsub.yaml

+ 3 - 0
pypubsub.yaml

@@ -16,6 +16,9 @@ clients:
   # Oldschoolers denotes clients expecting binary events, such as svnwcsub
   # Oldschoolers denotes clients expecting binary events, such as svnwcsub
   oldschoolers:
   oldschoolers:
     - svnwcsub
     - svnwcsub
+  # Secure topics are a list of topics that may only be broadcast by certain authenticated users.
+  # Default is nil, which means all topics are allowed by anyone in the allow CIDRs
+  secure_topics: ~
 #  ldap:
 #  ldap:
 #    uri: ldaps://ldap.example.org
 #    uri: ldaps://ldap.example.org
 #    user_dn: uid=%s,ou=people,dc=example,dc=org
 #    user_dn: uid=%s,ou=people,dc=example,dc=org