瀏覽代碼

Getting started on adding secure topics feature

Daniel Gruno 3 年之前
父節點
當前提交
abcbfdeb8f
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      pypubsub.yaml

+ 3 - 0
pypubsub.yaml

@@ -16,6 +16,9 @@ clients:
   # Oldschoolers denotes clients expecting binary events, such as svnwcsub
   oldschoolers:
     - 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:
 #    uri: ldaps://ldap.example.org
 #    user_dn: uid=%s,ou=people,dc=example,dc=org