iegomez / mosquitto-go-auth

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

docs(README): fix wrong auth_plugin path #242

Closed civilizeddev closed 2 years ago

civilizeddev commented 2 years ago

go-auth.so is not in /etc/mosquitto/conf.d, but /mosquitto.

iegomez commented 2 years ago

The shared object file is wherever you want to set it, as the line before the change says. I'm closing this because the change is not needed.

civilizeddev commented 2 years ago

@iegomez

I forgot to say this.

I use mosquitto-go-auth in a k8s environment.

In your docker image: https://hub.docker.com/r/iegomez/mosquitto-go-auth

It contains go-auth.so in /mosquitto

I had trouble with this because of the path of the so file.

Anyway,

I don't want anyone else to get into trouble about this.

Thank you.

iegomez commented 2 years ago

I understand and appreciate the contribution, I think maybe we can change it and make it better when enhancing the docs that need some work in general anyway.