Skip to content

Client will lost connection after apply a acl rules #3266

@weiguang-fan

Description

@weiguang-fan

Environment

  • OS: centos 7.5
  • Erlang/OTP:
  • EMQ: 4.0.2

Description

Client will lost connection with broker and pop out message "Broker connection lost: Resetting client" when client try publish any topic message.

EMQX configuration:
#####emqx.conf
acl_nomatch = deny

acl_deny_action = ignore

#####acl.conf
{allow, {user, "dashboard"}, subscribe, ["$SYS/#"]}.

{allow, all, publish, ["/+/%c/#"]}

{deny, all, subscribe, ["$SYS/#", {eq, "#"}]}.

{deny, all}

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions