Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot publish for ACL deny #88

Open
ScottEAdams opened this issue Apr 26, 2018 · 0 comments
Open

Cannot publish for ACL deny #88

ScottEAdams opened this issue Apr 26, 2018 · 0 comments
Assignees
Labels

Comments

@ScottEAdams
Copy link

Using 2.3.5 I am getting the following a lot:

Client([email protected]:1234): Cannot publish to 1234/abc for ACL Deny

Even though I have a row with clientid $all, access 2 and topic #. I am using emq-docker with the following env set:

EMQ_AUTH__PGSQL__ACL_QUERY
select allow, ipaddr, username, clientid, access, topic from mqtt_acl where ipaddr = '%a' or username = '%u' or username = '$all' or clientid = '%c'

Any ideas?

@terry-xiaoyu terry-xiaoyu self-assigned this Apr 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants