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 granted access.
When I don’t pass the parameter ?user.name=stormtest all is well. I’m not 
grated access.

However when I pass the parameter ?user.name=hello, I am granted access to the 
UI. I would expect the behavior if the value of the param didn’t match what was 
in the storm.yaml that I would be granted access to the UI.

Has anyone else seen this issue? Did I just misconfigure something here?

Thanks!

Reply via email to