Storm UI http basic auth
ui.filter: "org.shefron.storm.ui.http.HTTPBasicAuthFilter"
ui.filter.params:
"http.basic.enabled" : "true"
"http.basic.username" : "admin"
"http.basic.password" : "admin"
mvn clean package
and add stormui-basicauth-0.0.1.jar
to ${STORM_HOME}/lib or ${STORM_HOME}/extlib
ps -ef | grep "ui.core"
nohup ./storm ui > /dev/null 2>&1 &