소스 검색

add secure topic example

Daniel Gruno 3 년 전
부모
커밋
eb5a2cf9d2
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      pypubsub_acl.yaml

+ 4 - 0
pypubsub_acl.yaml

@@ -16,3 +16,7 @@ testuser:
       - email
       - example.org
       - dev
+  # Explicitly allow this user to publish topics 'foo' and 'bar', even if they are secured.
+  topics:
+    - foo
+    - bar