vernemq icon indicating copy to clipboard operation
vernemq copied to clipboard

Feature: per listener configs for authentication/authorization

Open ioolkos opened this issue 3 years ago • 1 comments

I've never seen a use case that couldn't work around the fact that authentication/authorization configs are global and not per listener.

But still, it makes so much sense to allow per listener configs. We need to fix that initial design decision not to do that.

ioolkos avatar May 12 '21 12:05 ioolkos

Totally useful! We currently use mosquitto this way. Cluster local apps connect over 1883 without authentication. Websocket listener is exposed via an Ingress and is authenticated.

michael-sayapin avatar May 30 '21 03:05 michael-sayapin