You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by "Madiha Khalid (JIRA)" <ji...@apache.org> on 2018/06/06 10:38:00 UTC

[jira] [Created] (ZEPPELIN-3534) Zeppelin notebook permission type "Runner" throws error when running %angular type paragraph

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)