Skip to content

Commit

Permalink
english permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
Fan Su committed Feb 24, 2024
1 parent e4a5362 commit 4f75c63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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

0 comments on commit 4f75c63

Please sign in to comment.