Skip to content

Commit cea8c93

Browse files
committed
Fix typos in datasource_authorization.md
1 parent cc72ae8 commit cea8c93

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

docs/security/datasource_authorization.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,31 +27,33 @@ Data source authorization involves authenticating to the data source like a Mysq
2727
Apache Zeppelin allows users to use their own credentials to authenticate with **Data Sources**.
2828

2929
For example, let's assume you have an account in the Vertica databases with credentials.
30-
You might want to use this account to create a JDBC connection instead of a shared account with all users.
31-
In this case, you can add your credential information to Zeppelin and use them with below simple steps.
30+
You might want to use this account to create a JDBC connection instead of a shared account with all users who are defined in `conf/shiro.ini`.
31+
In this case, you can add your credential information to Apache Zeppelin and use them with below simple steps.
3232

33-
## How to save credential information?
33+
## How to save the credential information?
3434
You can add new credentials in the dropdown menu for your data source which can be passed to interpreters.
3535

3636
<img class="img-responsive" src="../assets/themes/zeppelin/img/docs-img/credential_tab.png" width="180px"/>
3737

38-
**Entity** can be the key that distiguishes each credential sets. Type **Username & Password** for your own credentials. ex) user & password of Mysql
38+
**Entity** can be the key that distinguishes each credential sets. Type **Username & Password** for your own credentials. ex) user & password of Mysql
3939

4040
<img class="img-responsive" src="../assets/themes/zeppelin/img/docs-img/add_credential.png" />
4141

42-
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`.
4345

4446
#### JDBC interpreter
4547
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.
4749

4850
#### 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.
5052

5153
#### Vertica and Mysql
52-
You have to store password information for users.
54+
You have to store the password information for users.
5355

5456
## Please note
5557
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.
5759
Please keep track [ZEPPELIN-1070](https://issues.apache.org/jira/browse/ZEPPELIN-1070).

0 commit comments

Comments
 (0)