Skip to content

Commit 5a543d0

Browse files
committed
Add instructions to save secret ARN to each secret
1 parent c05d2d2 commit 5a543d0

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

content/embeds/rc-rdi-secrets-permissions.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@
1414
}
1515
} ]
1616
}
17-
```
17+
```
18+
19+
After you store this secret, you can view and copy the [Amazon Resource Name (ARN)](https://docs.aws.amazon.com/secretsmanager/latest/userguide/reference_iam-permissions.html#iam-resources) of your secret on the secret details page. Save the secret ARN to use when you [define your source database]({{<relref "/operate/rc/databases/rdi/define">}}).

content/operate/rc/databases/rdi/setup.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -294,12 +294,10 @@ After you create the secret, you need to add permissions to allow the data pipel
294294
295295
In the [AWS Management Console](https://console.aws.amazon.com/), use the **Services** menu to locate and select **Security, Identity, and Compliance** > **Secrets Manager**. Select the private key secret you just created and then select **Edit permissions**.
296296
297-
Add the following permissions to your secret:
297+
Add the following permissions to your secret. Replace `<AWS ACCOUNT ID>` with the AWS account ID for the Redis Cloud cluster that you saved earlier.
298298
299299
{{< embed-md "rc-rdi-secrets-permissions.md" >}}
300300
301-
Replace `<AWS ACCOUNT ID>` with the AWS account ID for the Redis Cloud cluster that you saved earlier.
302-
303301
--tab-sep--
304302
305303
In the [AWS Management Console](https://console.aws.amazon.com/), use the **Services** menu to locate and select **Security, Identity, and Compliance** > **Secrets Manager**. [Create a secret](https://docs.aws.amazon.com/secretsmanager/latest/userguide/create_secret.html) of type **Other type of secret** with the following settings:
@@ -310,8 +308,6 @@ In the [AWS Management Console](https://console.aws.amazon.com/), use the **Serv
310308
311309
{{< /multitabs >}}
312310
313-
After you store this secret, you can view and copy the [Amazon Resource Name (ARN)](https://docs.aws.amazon.com/secretsmanager/latest/userguide/reference_iam-permissions.html#iam-resources) of your secret on the secret details page.
314-
315311
## Next steps
316312
317313
After you have set up your source database and prepared connectivity and credentials, select **Define source database** to [define your source connection and data pipeline]({{<relref "/operate/rc/databases/rdi/define">}}).

0 commit comments

Comments
 (0)