Skip to content

Commit

Permalink
Merge pull request #579 from awslabs/doc1.1-branch
Browse files Browse the repository at this point in the history
docs(others): added permissions for show view
  • Loading branch information
nowfox committed Feb 26, 2024
2 parents bed23a7 + 4f75c63 commit 21a420d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/en/user-guide/data-catalog-create-jdbc-redshift.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ When you wish to perform a sensitive data scan on a Redshift Cluster, you can us
2. Prepare Redshift connection credentials (username/password).

!!! Info "How to Obtain Redshift Credentials"
DBAs or business teams create a read-only user for security audits. This user only needs read-only permissions.
DBAs or business teams create a read-only user for security audits. This user only needs read-only permissions: `GRANT SHOW VIEW, SELECT ON *.* TO 'reader'@'%'`.

## Connect to Amazon Redshift Data Source
1. From the left menu, select **Connect Data Source**
Expand Down
6 changes: 3 additions & 3 deletions docs/en/user-guide/data-catalog-create-jdbc.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ When you want to scan a specific type of database for sensitive data, you can us
2. Ensure that the inbound rule of the database to be scanned includes a self-reference of its security group. See [official documentation](https://docs.aws.amazon.com/glue/latest/dg/setup-vpc-for-glue-access.html) for details.
3. Prepare Redshift connection credentials (username/password).

!!! Info "How to Obtain Redshift Credentials"
DBAs or business teams create a read-only user for security audits. This user only needs read-only permissions.

!!! Info "How to Obtain Database Credentials"
DBAs or business teams create a read-only user for security audits. This user only needs read-only permissions: `GRANT SHOW VIEW, SELECT ON *.* TO 'reader'@'%'`
## Connect to Amazon Redshift Data Source
1. From the left menu, select **Connect Data Source**
2. Choose the **AWS Cloud** tab
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/user-guide/data-catalog-create-jdbc-redshift.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
2. 准备好Redshift的连接凭证(用户名/密码)

!!! Info "如何获得Redshift凭证"
DBA或业务方创建一个只读的User做安全审计使用。此用户只需要只读(read-only)权限。
DBA或业务方创建一个只读的用户(User)做安全审计使用。授予此用户只读权限:`GRANT SHOW VIEW, SELECT ON *.* TO 'reader'@'%'`;

## 连接Amazon Redshift数据源
1. 从左侧菜单,选择 **连接数据源**
Expand Down
5 changes: 3 additions & 2 deletions docs/zh/user-guide/data-catalog-create-jdbc.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@
2. 请确保待检测数据库的inbound rule上有所在安全组的自引用, 操作详见[官网文档](https://docs.aws.amazon.com/glue/latest/dg/setup-vpc-for-glue-access.html)
3. 准备好Redshift的连接凭证(用户名/密码)

!!! Info "如何获得Redshift凭证"
DBA或业务方创建一个只读的User做安全审计使用。此用户只需要只读(read-only)权限。
!!! Info "如何获得JDBC凭证"
DBA或业务方创建一个只读的用户(User)做安全审计使用。授予此用户只读权限:`GRANT SHOW VIEW, SELECT ON *.* TO 'reader'@'%'`;


## 连接Amazon Redshift数据源
1. 从左侧菜单,选择 **连接数据源**
Expand Down

0 comments on commit 21a420d

Please sign in to comment.