Browse Source

addressed comment

0xdcarns 2 years ago
parent
commit
dc2c1e39c2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mq/dynsec_helper.go

+ 1 - 1
mq/dynsec_helper.go

@@ -180,7 +180,7 @@ func fetchHostAcls(hostID string) []Acl {
 		},
 		{
 			AclType:  "publishClientReceive",
-			Topic:    fmt.Sprintf("host/update/%s/#", hostID),
+			Topic:    fmt.Sprintf("host/update/%s", hostID),
 			Priority: -1,
 			Allow:    true,
 		},