Răsfoiți Sursa

addressed comment

0xdcarns 2 ani în urmă
părinte
comite
dc2c1e39c2
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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,
 		},