Skip to content
Discussion options

You must be logged in to vote

You're right. The watcher only tracked the config file, so edits to the linked ACL, password, and SCRAM files weren't detected on their own. You had to touch the config or send SIGHUP.

Fixed on main in #144. HotReloadManager now also watches the acl_file, password_file, and scram_file from the running config, compares each file's content hash, and reloads the auth provider when one changes. Editing acl.txt is picked up within the watcher interval without SIGHUP.

Released in mqtt5 0.38.5.

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by fabracht
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants