You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The credentials saved as per users defined in `conf/shiro.ini`. All credential informtation can be found in `conf/credentials.json`.
42
+
The credentials saved as per users defined in `conf/shiro.ini`.
43
+
If you didn't activate [shiro authentication in Apache Zeppelin](./shiroauthentication.html), your credential information will be saved as `anonymous`.
44
+
All credential information also can be found in `conf/credentials.json`.
43
45
44
46
#### JDBC interpreter
45
47
You need to maintain per-user connection pools.
46
-
The interpret method takes the user string as parameter and executes the jdbc call using a connection in the user's connection pool.
48
+
The interpret method takes the user string as a parameter and executes the jdbc call using a connection in the user's connection pool.
47
49
48
50
#### Presto
49
-
You don't need password if the Presto DB server runs backend code using HDFS authorization for the user.
51
+
You don't need a password if the Presto DB server runs backend code using HDFS authorization for the user.
50
52
51
53
#### Vertica and Mysql
52
-
You have to store password information for users.
54
+
You have to store the password information for users.
53
55
54
56
## Please note
55
57
As a first step of data source authentication feature, [ZEPPELIN-828](https://issues.apache.org/jira/browse/ZEPPELIN-828) was proposed and implemented in Pull Request [#860](https://github.com/apache/zeppelin/pull/860).
56
-
Currently, customized 3rd party interpreters can use this feature. We are planning to apply this mechanism to [the community interpreters](../manual/interpreterinstallation.md#available-community-managed-interpreters) in the near future.
58
+
Currently, only customized 3rd party interpreters can use this feature. We are planning to apply this mechanism to [the community interpreters](../manual/interpreterinstallation.md#available-community-managed-interpreters) in the near future.
0 commit comments