Skip to content

Commit

Permalink
update secret manager
Browse files Browse the repository at this point in the history
  • Loading branch information
abuabraham-ttd authored Jan 31, 2025
1 parent 690d234 commit 6d92bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/operator-guide-aws-marketplace.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down

0 comments on commit 6d92bc1

Please sign in to comment.