We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
terry-xiaoyu
No branches or pull requests
Using 2.3.5 I am getting the following a lot:
Even though I have a row with clientid $all, access 2 and topic #. I am using emq-docker with the following env set:
Any ideas?
The text was updated successfully, but these errors were encountered: