server icon indicating copy to clipboard operation
server copied to clipboard

Please add Authentication and ACL support using MySQL or MongoDB and also installation support on Ubuntu OS

Open amin-is opened this issue 1 year ago • 3 comments

I use Mosquitto as Broker and Go-auth plugin for Authentication and ACL manage using MySQL or MongoDB on ubuntu server. I hope you need to add this type of features. When this type of features will add in your Application i will come back from Mosquitto.

Thanks to make mqtt broker Super Fast application using GO Lang.

amin-is avatar Aug 22 '22 10:08 amin-is

Hi @amin-is! Could you provide an example of how the mysql and mongodb plugins are implemented? It should be trivial for someone who uses either to implement this using the github.com/mochi-co/mqtt/server/listeners/auth Controller interface.

mochi-co avatar Sep 02 '22 20:09 mochi-co

Authentication and ACL support using Redis. May refer to https://github.com/wind-c/comqtt .

wind-c avatar Sep 10 '22 13:09 wind-c

@mochi-co @wind-c

Very Sorry for late reply.

Mosquitto Broker is very popular MQTT Broker and Mosquitto Go Auth is a 3rd party authentication and authorization plugin. Using this plugins i can manage very easily users, password and acls for topis permission. This plugins Support Many popular Database. Currently i am using MongoDB Backend. Also Mosquitto MQTT broker and Mosquitto Go Auth plugins available for many OS Support. But for performance Mochi MQTT is much better. I want to install Mochi MQTT on Ubuntu OS and Mange users authentication and acls control with MongoDB.

Best Regards

amin-is avatar Sep 21 '22 07:09 amin-is