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