-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
abu-add-kms-usage-explicit #813
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a few small copy comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thx.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple more comments on terms I hadn't understood before... thx.
| `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` | An encrypted configuration that includes the operator key. | | ||
| `WorkerRole` | `AWS::IAM::Role` | The IAM role that your UID2 Operators run as. Roles provide access to configuration keys. | | ||
| `TokenSecret` | `AWS::SecretsManager::Secret` | Secret manager to store the operator key. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Secret manager to store the operator key.
Not sure about this now. Is it the location? The name? Adjust as needed. Suggest:
Location of the AWS Secret Manager for storing the operator key.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is not the location,
What about ; "A Secrets Manager secret to store the operator key. " ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One small mod noted and good to go with that.
| `TokenSecret` | `AWS::SecretsManager::Secret` | An encrypted configuration that includes the operator key. | | ||
| `WorkerRole` | `AWS::IAM::Role` | The IAM role that your UID2 Operators run as. Roles provide access to configuration keys. | | ||
| `TokenSecret` | `AWS::SecretsManager::Secret` | A Secrets Manager secret to store the operator key. | | ||
| `WorkerRole` | `AWS::IAM::Role` | The IAM role that your UID2 Operators run as. Role provide access to AWS Secrets Manager to retrieve operator keys. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Role provide access to AWS Secrets Manager to retrieve operator keys.
Suggest
The role provides access...
or
Roles provide access...
probably the first.
No description provided.