nanomq / nanomq

An ultra-lightweight and blazing-fast Messaging broker/bus for IoT edge & SDV
https://nanomq.io
MIT License
1.46k stars 172 forks source link

can not use http acl? #1736

Open zhijianfree opened 3 months ago

zhijianfree commented 3 months ago

Describe the bug i have config nanomq.conf for 'http_auth'. but it not woks.in my http server, i just can receive "auth_req" request . image

but when mqttx client subscribe topic, i can not receive "acl_req" request. image

Environment Details

JaylinYu commented 3 months ago

This is a periodic question keeps coming up...

HTTP ACL is not implemented yet, but there is already a PR, will be merged within weeks.

zhijianfree commented 3 months ago

ok thanks, i will focus. and another question , when i receive "auth_req" , i juest receive "clientid" and "username". but in the Doc, i also should get parameter "pasword" @JaylinYu

JaylinYu commented 2 months ago

password shall not be exposed. if so, then it is a mistake in Doc. will fix it