[ 
https://issues.apache.org/jira/browse/STORM-349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14087806#comment-14087806
 ] 

ASF GitHub Bot commented on STORM-349:
--------------------------------------

Github user revans2 commented on a diff in the pull request:

    https://github.com/apache/incubator-storm/pull/215#discussion_r15882654
  
    --- Diff: storm-core/pom.xml ---
    @@ -197,6 +201,21 @@
                 <scope>test</scope>
             </dependency>
             <dependency>
    +     <groupId>org.apache.hadoop</groupId>
    +     <artifactId>hadoop-auth</artifactId>
    --- End diff --
    
    Like I said I am OK with adding in new dependencies, I would just like to 
better understand in full detail exactly what is being pulled in, and if we can 
leave any of it out through exclusions.  STORM-129 tracks isolating user and 
system dependencies which is where an ultimate solution really needs to come 
from.  For the time being I just want to keep unnecessary changes to a minimum.


> (Security) ui actions should have nimbus like authroization
> -----------------------------------------------------------
>
>                 Key: STORM-349
>                 URL: https://issues.apache.org/jira/browse/STORM-349
>             Project: Apache Storm (Incubating)
>          Issue Type: Bug
>            Reporter: Robert Joseph Evans
>            Assignee: Sriharsha Chintalapani
>              Labels: security
>
> The UI provides APIs to kill, rebalance, ... a topology.  For security we 
> originally took the route to optionally disable these, but ideally the UI 
> server would load an IAuthorizer instance like nimbus, and check if the user 
> is allowed to perform that operation before doing it on behalf of the user.
> This should be fairly straight forward but may require some glue code like is 
> being used in the drpc server for its web interface.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to