Quellcode durchsuchen

add secure topic example

Daniel Gruno vor 3 Jahren
Ursprung
Commit
eb5a2cf9d2
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  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