bytebeamio / rumqtt

The MQTT ecosystem in rust
Apache License 2.0
1.65k stars 255 forks source link

Integrating with an external Authorization solution #919

Open vanthome opened 1 month ago

vanthome commented 1 month ago

Hello, following up on the question from :

we would like to build a custom runmqttd based server where the only change would be to make topics accessible based on AuthZ decisions from the Restorecommerce Access Control Service (a policy service). Is this a supported/ recommended usage pattern? If so could you maybe point out where to integrate something like this?

BG