Uh oh!
There was an error while loading. Please reload this page.
[ZEPPELIN-939] Improve notebook authorization documentation - #947
[ZEPPELIN-939] Improve notebook authorization documentation#947AhyoungRyu wants to merge 4 commits into
Conversation
| The interpret method takes the user string as parameter and executes the jdbc call using a connection in the user's connection pool. | ||
| In case of Presto, we don't need password if the Presto DB server runs backend code using HDFS authorization for the user. | ||
| For databases like Vertica and Mysql we have to store password information for users. |
There was a problem hiding this comment.
I agree we should fine tune this description, but is it more confusing that it is absent?
There was a problem hiding this comment.
@felixcheung Thanks for sharing your opinion. Yeah you're right. I also saw some informations is added in this docs at #860. So I'll revert this docs then.
@felixcheung I put |
| <center><img src="../assets/themes/zeppelin/img/docs-img/permission_setting.png"></center> | ||
| Fill out the each forms with comma seperated **users** and **groups** configured in `conf/shiro.ini` file. | ||
| If the form is empty (*), it means that any users can perform that operation. |
There was a problem hiding this comment.
@felixcheung The default value is set as *. It means a user left the text box empty.
Here is the default status of the notebook permission setting. As you can see in the placeholder :
felixcheung
commented
Jun 7, 2016
minor question, looks good |
khalidhuseynov
commented
Jun 7, 2016
LGTM |
corneadoug
commented
Jun 9, 2016
No problem of rendering with the new "theme" |

What is this PR for?
Currently Zeppelin provides authorization mechanism on each notebooks. But it seems many users can not get much useful information through the existing notebook authorization docs. So I add some information so that users can follow step by step.
Moreover, interpreter authorization docs doesn't provide much information so far. This can be confused to users. So I removed it temporally. We can add it again when we have specific(?) feature for
interpreter & data source authorization.What type of PR is it?
Improvement | Documentation
Todos
What is the Jira issue?
ZEPPELIN-939
How should this be tested?
Screenshots (if appropriate)
Questions: