Madiha Khalid created ZEPPELIN-3534:
---------------------------------------

             Summary: Zeppelin notebook permission type "Runner" throws error 
when running %angular type paragraph
                 Key: ZEPPELIN-3534
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-3534
             Project: Zeppelin
          Issue Type: Bug
          Components: front-end, Interpreters, security
    Affects Versions: 0.8.0
            Reporter: Madiha Khalid
         Attachments: admin_paragraph.PNG, user1_run.PNG

Runner Permission is not working properly when trying to run %angular type 
paragraph with the usage of angular bind variables.

Steps to reproduce:

create %angular paragraph bind angular variable with html input field.

Sample paragraph text:
{code:java}
%angular
<div style="width:80%">
    <div class="content row" style= "margin-bottom:10px">
        <div class="col-xs-2">
            <input type="text" id="varName" ng-model="varName" 
placeholder="Name" value="" > </input> 
       </div>
 
     </div>
</div>
 
{code}
 


set notebook permission runner for user1

login as user1 and run this paragraph you will receive insufficient access a 
popup.

 

According to my understanding, user1 should able to run the paragraph.

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to