Skip to content

Commit e4cbe34

Browse files
authored
Updating AWS RDS IAM Auth Documentation (#1136)
1 parent 63bc83d commit e4cbe34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

guides/admin/awsrds.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ to use for database authentication.
5151
"Action": "sts:AssumeRoleWithWebIdentity",
5252
"Condition": {
5353
"StringEquals": {
54-
"arn:aws:iam::111122223333:oidc-provider/oidc.eks.region-code.amazonaws.com/id/EXAMPLED539D4633E53DE1B71EXAMPLE:sub":"system:serviceaccount:<cluster>:<namespace>"
54+
"oidc.eks.region-code.amazonaws.com/id/EXAMPLED539D4633E53DE1B71EXAMPLE:sub":"system:serviceaccount:<cluster>:<namespace>"
5555
}
5656
}
5757
}
@@ -65,6 +65,7 @@ to use for database authentication.
6565
```sql
6666
CREATE USER dbuser WITH LOGIN;
6767
GRANT rds_iam TO dbuser;
68+
GRANT CREATE ON DATABASE coder TO dbuser;
6869
```
6970

7071
1. Set the following values in your Helm chart and re-deploy Coder.

0 commit comments

Comments
 (0)