最近我安装了分布式实时计算系统"Storm“。启用storm ui后,每个人都可以通过http://xxxxx:8080访问storm ui,并且可以终止我的拓扑。如何开启身份验证?
发布于 2015-01-28 18:16:44
您可能希望了解一下Apache Storm Security的一般情况,特别是UI/LogViewer.部分
此外,您还可以从Storm defaults.yaml配置文件中获取一些内容。它包含与保护Apache Storm拓扑相关的条目。
请检查您使用的是哪个Apache Storm版本。
https://stackoverflow.com/questions/28187604
复制相似问题