Re: Storm 1.0.0 simple UI auth

2016-05-11 Thread Abhishek Agarwal
I don't know much about hadoop authentication but the code doesn't support user.name property. https://github.com/apache/hadoop/blob/trunk/hadoop-common-project/hadoop-auth/src/main/java/org/apache/hadoop/security/authentication/server/PseudoAuthenticationHandler.java#L39 Filter provides the optio

Storm 1.0.0 simple UI auth

2016-05-10 Thread Nguyen, Amy
I have the following configured in my storm.yaml file: ui.filter: “org.apache.hadoop.security.authentication.server.AuthenticationFilter" ui.filter.params: "type": "simple" "user.name": “stormtest" When I try to access the UI passing the parameter ?user.name=stormtest all is well. I’m g