[STORM-2311]A browser which is outside the cluster cant's access stor… #1890
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.