How to use ACL without authentication based only on client id
Open
- Dominant language
- Erlang
- Stars
- 36
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Description
I am using EMQ with the emq_sn plugin. I have activated the emq-auth-pgsql plugin to achieve ACL based on client id. However, as reported in issue [#18](https://github.com/emqtt/emq-auth-pgsql/issues/18), the broker denies access for clients that are not authenticated (i.e. with username and password).
To my best knowledge, MQTT-SN does not support authentication (at least it is not specified). This makes the emq-auth-pgsql plugin unusable with MQTT-SN.
is there a chance of decoupling auth and acl or configuring the plugin such that it allows for unauthenticated access?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.