Skip to content

simple bash script to administrate usernames, roles and ACLs using mosquitto_ctrl

License

Notifications You must be signed in to change notification settings

tjareson/easymq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

easymq

simple bash script to administrate usernames, roles and ACLs using mosquitto_ctrl

Instead of looking up all parameters of mosquitto_ctrl all the time and loose overview what role and acl was set for which mqtt client, this script is more interactive.

Currently supported are administrating users (clients), role and acls. I didn't need groups yet, it's there, but not functional (yet).

MOSQUITTO_CTRL_CMD="mosquitto_ctrl -o /root/.config/mosquitto_ctrl dynsec" needs to be adjusted according to environment. /root/.config/mosquitto_ctrl is my crendetial file for mosquitto_ctrl.

About

simple bash script to administrate usernames, roles and ACLs using mosquitto_ctrl

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages