Revert interpreter_authorization.md

This commit is contained in:
AhyoungRyu 2016-06-04 11:10:46 -07:00
parent 6438cc2961
commit e63af1087c
2 changed files with 2 additions and 1 deletions

View file

@ -99,6 +99,7 @@
<li><a href="{{BASE_PATH}}/security/authentication.html">Authentication for NGINX</a></li>
<li><a href="{{BASE_PATH}}/security/shiroauthentication.html">Shiro Authentication</a></li>
<li><a href="{{BASE_PATH}}/security/notebook_authorization.html">Notebook Authorization</a></li>
<li><a href="{{BASE_PATH}}/security/interpreter_authorization.html">Interpreter Authorization</a></li>
<li role="separator" class="divider"></li>
<!-- li><span><b>Development</b><span></li -->
<li><a href="{{BASE_PATH}}/development/writingzeppelininterpreter.html">Writing Zeppelin Interpreter</a></li>

View file

@ -33,4 +33,4 @@ The interpret method takes the user string as parameter and executes the jdbc ca
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.
The Credentials tab in the navbar allows users to save credentials for data sources which are passed to interpreters.
The Credentials tab in the navbar allows users to save credentials for data sources which are passed to interpreters.