1.查看插件列表
emqx_ctl plugins list
...
Plugin(emqx_auth_http, description=EMQX Authentication/ACL with HTTP API, active=false)
Plugin(emqx_auth_jwt, description=EMQX Authentication with JWT, active=false)
Plugin(emqx_auth_ldap, description=EMQX Authentication/ACL with LDAP, active=false)
...
2.加载插件
emqx_ctl plugins load emqx_auth_redis
3.删除插件
emqx_ctl plugins unload emqx_auth_redis
4.重载插件
emqx_ctl plugins reload emqx_auth_redis
网友评论