iegomez / mosquitto-go-auth

Auth plugin for mosquitto.
MIT License
519 stars 170 forks source link

[issue-332]: Allow backend checks to be exhausted in order #336

Open iegomez opened 2 weeks ago

iegomez commented 2 weeks ago

@Bacto, this PR tackles https://github.com/iegomez/mosquitto-go-auth/issues/332.

In particular, adds the option exhaust_backend_first to enable checking backends for superuser and ACL in order instead of checking them all for superuser first.

iegomez commented 2 weeks ago

Test failures are related to this issue, not to changes from this PR: https://github.com/iegomez/mosquitto-go-auth/issues/333