You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by Ethanlm <gi...@git.apache.org> on 2017/08/22 18:58:18 UTC

[GitHub] storm issue #2291: [STORM-2704] Check blob permission before submitting the ...

Github user Ethanlm commented on the issue:

    https://github.com/apache/storm/pull/2291
  
    Tested it manually. All the experiments submitted topologies as `ethan`.
    
    1. With `storm.blobstore.acl.validation.enabled: false`
    1.1. When the key does not exist: `InvalidTopologyException` 
    ![image](https://user-images.githubusercontent.com/14900612/29582138-2ec1c412-8741-11e7-9e0f-b080acb908ff.png)
    1.2. When the key exists with ACL set to `u:mapredqa:rwa`: submitted successfully.
    ![image](https://user-images.githubusercontent.com/14900612/29582141-31f2dbee-8741-11e7-9aa5-faa688132b98.png)
    
    2. With `storm.blobstore.acl.validation.enabled: true`
    2.1 When the key does not exist: `InvalidTopologyException` 
    ![image](https://user-images.githubusercontent.com/14900612/29582188-62d0b7ae-8741-11e7-9621-a52bed416a5e.png)
    2.2 When the key exists with ACL set to `u:mapredqa:rwa`: `AuthorizationException`
    ![image](https://user-images.githubusercontent.com/14900612/29582211-76295108-8741-11e7-8aa4-b1c2dc8294d1.png)
    2.3 When the key exists with ACL set to `u:ethan:rwa`: submitted successfully.
    ![image](https://user-images.githubusercontent.com/14900612/29582236-9607c590-8741-11e7-9f24-36ea0a590c7b.png)
    
    
    
    
    
    
    
    



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---