We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63bc83d commit e4cbe34Copy full SHA for e4cbe34
guides/admin/awsrds.md
@@ -51,7 +51,7 @@ to use for database authentication.
51
"Action": "sts:AssumeRoleWithWebIdentity",
52
"Condition": {
53
"StringEquals": {
54
- "arn:aws:iam::111122223333:oidc-provider/oidc.eks.region-code.amazonaws.com/id/EXAMPLED539D4633E53DE1B71EXAMPLE:sub":"system:serviceaccount:<cluster>:<namespace>"
+ "oidc.eks.region-code.amazonaws.com/id/EXAMPLED539D4633E53DE1B71EXAMPLE:sub":"system:serviceaccount:<cluster>:<namespace>"
55
}
56
57
@@ -65,6 +65,7 @@ to use for database authentication.
65
```sql
66
CREATE USER dbuser WITH LOGIN;
67
GRANT rds_iam TO dbuser;
68
+GRANT CREATE ON DATABASE coder TO dbuser;
69
```
70
71
1. Set the following values in your Helm chart and re-deploy Coder.
0 commit comments