From 6d92bc14a7e54028590481963c4f7ee8e868227a Mon Sep 17 00:00:00 2001 From: abuabraham-ttd <130511456+abuabraham-ttd@users.noreply.github.com> Date: Fri, 31 Jan 2025 11:54:47 -0800 Subject: [PATCH] update secret manager --- docs/guides/operator-guide-aws-marketplace.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/operator-guide-aws-marketplace.md b/docs/guides/operator-guide-aws-marketplace.md index 9e4fcf93f..8e8470e93 100644 --- a/docs/guides/operator-guide-aws-marketplace.md +++ b/docs/guides/operator-guide-aws-marketplace.md @@ -108,7 +108,7 @@ The following table lists all resources that are created during the [deployment] | Name | Type | Description | |:------|:------|:-------------| -| `KMSKey` | `AWS::KMS::Key` | Custom KMS key used for encrypting secret manager secret. | +| `KMSKey` | `AWS::KMS::Key` | Custom KMS key used for encrypting the `secrets` in AWS Secret Manager. | | `SSMKeyAlias` | `AWS::KMS::Alias` | An alias that provides an easy way to access the [KMS](https://aws.amazon.com/kms/) key. | | `TokenSecret` | `AWS::SecretsManager::Secret` | Secret manager to store the operator key. | | `WorkerRole` | `AWS::IAM::Role` | The IAM role that your UID2 Operators run as. Roles provide access to secret manager to retrieve operator keys. |