You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 8, 2025. It is now read-only.
Unfortunately the plugin doesn't work on Alpine Linux: Mosquitto crashes because of a segfault.
From GDB, I've got this trace: #0 0x00007f3a34102660 in runtime.sysargs () from /usr/local/lib/go-auth.so
It seems that there is a bug with GO c-shared builds and Musl.
More informations can be found on this issue: golang/go#13492
Unfortunately, I have no idea if the problem can be solved directly on mosquitto-go-auth code or if GO has to be patched.