From e9f742e642bdfea75cfb300341cc359012543f34 Mon Sep 17 00:00:00 2001 From: Samantha Coyle Date: Wed, 4 Dec 2024 16:22:17 -0600 Subject: [PATCH] style: rm numbers on titles Signed-off-by: Samantha Coyle --- .../integrations/AWS/authenticating-aws.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/daprdocs/content/en/developing-applications/integrations/AWS/authenticating-aws.md b/daprdocs/content/en/developing-applications/integrations/AWS/authenticating-aws.md index 7ae9c5b5d..edd32e170 100644 --- a/daprdocs/content/en/developing-applications/integrations/AWS/authenticating-aws.md +++ b/daprdocs/content/en/developing-applications/integrations/AWS/authenticating-aws.md @@ -18,7 +18,7 @@ You can configure authentication using the AWS SDK’s default provider chain or ### Authentication Profiles -#### 1. Access Key ID and Secret Access Key +#### Access Key ID and Secret Access Key Use static Access Key and Secret Key credentials, either through component metadata fields or via [default AWS configuration](https://docs.aws.amazon.com/sdkref/latest/guide/creds-config-files.html). {{% alert title="Important" color="warning" %}} @@ -34,7 +34,7 @@ Prefer loading credentials via the default AWS configuration in scenarios such a | `secretKey` | N | AWS Secret access key, used alongside `accessKey`. | "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY" | | `sessionToken` | N | AWS Session token, used with `accessKey` and `secretKey`. Often unnecessary for IAM user keys. | | -#### 2. Assume IAM Role +#### Assume IAM Role This profile allows Dapr to assume a specific IAM Role. Typically used when the Dapr sidecar runs on EKS or nodes/pods linked to IAM policies. Currently supported by Kafka and PostgreSQL components. | Attribute | Required | Description | Example |