Skip to content

Commit 6062a3f

Browse files
committed
Constrain sub
Signed-off-by: Byron Ruth <byron@nats.io>
1 parent 39a4509 commit 6062a3f

File tree

1 file changed

+1
-1
lines changed
  • examples/use-cases/cross-leaf-mirror/cli

1 file changed

+1
-1
lines changed

examples/use-cases/cross-leaf-mirror/cli/main.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ nsc push -a APP
323323
nsc add user --account APP leaf-east \
324324
--allow-sub '$JS.leaf-east.API.CONSUMER.CREATE.events' \
325325
--allow-sub '$JS.leaf-east.API.CONSUMER.CREATE.events.>' \
326-
--allow-sub 'leaf-east.>' \
326+
--allow-sub 'leaf-east.hello' \
327327
--allow-pub 'leaf-west.events.M.*' \
328328
--allow-pub '_GR_.>' \
329329
--allow-pub '_INBOX_west.>'

0 commit comments

Comments
 (0)