GitHub user gfalcone opened a pull request:

    https://github.com/apache/zeppelin/pull/2526

    Added new type of user

    ### What is this PR for?
    
    The idea of this PR is to provide a new kind of user : Runner.
    
    Basically, what it does is that it just removes write authorization and 
allow user to read and run note.
    
    ### What type of PR is it?
    [Feature]
    
    ### Todos
    * [ ] - Task
    
    ### What is the Jira issue?
    [ZEPPELIN-2848] https://issues.apache.org/jira/browse/ZEPPELIN-2848
    
    ### How should this be tested?
    - Log in as admin
    - Create new notebook and create a paragraph with the interpreter you want
    - Assign runner right to user1
    - Log in as user1
    - Try to run the paragraph (should work)
    - Try to modify the paragraph (should fail)
    - Log in as user2
    - Try to run the paragraph (should fail)
    
    ### Screenshots (if appropriate)
    
    ### Questions:
    * Does the licenses files need update? No
    * Is there breaking changes for older versions? Yes
    * Does this needs documentation? No


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gfalcone/zeppelin new_type_runner

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/zeppelin/pull/2526.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2526
    
----
commit 5c43ca957a9ac1c4875289e5337f4229c5853a47
Author: Paolo Genissel <paolo.genissel-monsall...@1000mercis.com>
Date:   2017-08-11T17:20:03Z

    Added new type of user

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to