Skip to content

Commit fdd26d6

Browse files
authored
update Redshift setup docs to require restricted syslog access (#600)
1 parent af8663c commit fdd26d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/data-management/connecting-dwh/redshift.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ You should create a new user and grant SELECT permissions to the tables the user
5757
_**Note**: The password must contain at least one uppercase, one lowercase, and one numeric character._
5858

5959
```sql
60-
CREATE USER eppo_user WITH PASSWORD '<password>' SYSLOG ACCESS UNRESTRICTED;
60+
CREATE USER eppo_user WITH PASSWORD '<password>' SYSLOG ACCESS RESTRICTED;
6161
```
6262

6363
3. Grant this user the appropriate privileges for any tables we will need to access. This

0 commit comments

Comments
 (0)