Hello Storm Community! Currently any user that has access to the Storm UI can perform the topology administrative actions: Activate, Deactivate, Rebalance and Kill.
To add authentication for these actions the security documentation in the git repo (https://github.com/apache/storm/blob/master/SECURITY.md) suggests using java servlet filters. It gives an example of how to use AuthenticationFilter from hadoop-auth using kerberos. Can we use LDAP instead? Can someone point me to a sample config. Thank you.
