File tree 1 file changed +13
-0
lines changed
daprdocs/content/en/reference/components-reference/supported-bindings 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,19 @@ Authenticating with Microsoft Entra ID is supported with Azure Database for Post
53
53
| `azureClientId` | N | Client ID (application ID) | `"c7dd251f-811f-…"` |
54
54
| `azureClientSecret` | N | Client secret (application password) | `"Ecy3X…"` |
55
55
56
+ # ## Authenticate using AWS IAM
57
+
58
+ Authenticating with AWS IAM is supported with all versions of PostgreSQL type components.
59
+ The user specified in the connection string must be an AWS IAM enabled user granted the `rds_iam` database role.
60
+ Authentication is based on the AWS authentication configuration file, or the AccessKey/SecretKey provided.
61
+ The AWS authentication token will be dynamically rotated before it's expiration time with AWS.
62
+
63
+ | Field | Required | Details | Example |
64
+ |--------|:--------:|---------|---------|
65
+ | `awsRegion` | Y | The AWS Region where the AWS Relational Database Service is deployed to. | `"us-east-1"`
66
+ | `accessKey` | Y | AWS access key associated with an IAM account | `"AKIAIOSFODNN7EXAMPLE"`
67
+ | `secretKey` | Y | The secret key associated with the access key. | `"wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY"`
68
+
56
69
# ## Other metadata options
57
70
58
71
| Field | Required | Binding support |Details | Example |
You can’t perform that action at this time.
0 commit comments