Skip to content

Conversation

@liu-zhaokun
Copy link
Contributor

JIRA Issue: https://issues.apache.org/jira/browse/STORM-2311

when storm cluster is in a security mode such as kerberos,We can not use a browser which is outside the cluster to access storm ui,even if we remove the configuration item which named ui.filter.There is a mistake like "server 500",because those methods to get cluster's info for ui can't access the cluster which is in a security mode.
It's not necessary to limit users to get the general information when storm cluster is in a security mode,so it's not necessary to limit a Get-Request.What should we do is to limit the Post-Request,preventing the external users to kill the topology,deactivate the topology and so on... We only should ensure users can't operator the cluster with the RestApi.

@harshach
Copy link
Contributor

harshach commented Feb 1, 2017

@liu-zhaokun we shouldn't be removing authorize methods. For UI to work in secure mode you need to go through the configuration section here https://github.com/apache/storm/blob/master/SECURITY.md#uilogviewer . This is not a issue. -1.

@liu-zhaokun liu-zhaokun closed this Jul 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants