mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-10 15:14:22 +08:00
addressed comment
This commit is contained in:
parent
2fa2d50b8f
commit
dc2c1e39c2
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue