|
@@ -372,7 +372,6 @@ func fetchServerAcls() []Acl {
|
|
func fetchNodeAcls() []Acl {
|
|
func fetchNodeAcls() []Acl {
|
|
// keeping node acls generic as of now.
|
|
// keeping node acls generic as of now.
|
|
return []Acl{
|
|
return []Acl{
|
|
-
|
|
|
|
{
|
|
{
|
|
AclType: "publishClientSend",
|
|
AclType: "publishClientSend",
|
|
Topic: "signal/#",
|
|
Topic: "signal/#",
|
|
@@ -391,6 +390,12 @@ func fetchNodeAcls() []Acl {
|
|
Priority: -1,
|
|
Priority: -1,
|
|
Allow: true,
|
|
Allow: true,
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ AclType: "publishClientSend",
|
|
|
|
+ Topic: "host/update/#",
|
|
|
|
+ Priority: -1,
|
|
|
|
+ Allow: true,
|
|
|
|
+ },
|
|
{
|
|
{
|
|
AclType: "publishClientSend",
|
|
AclType: "publishClientSend",
|
|
Topic: "metrics/#",
|
|
Topic: "metrics/#",
|