Skip to content
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

Tighten down permissions for the DynamoDB Global Table custom resource #2968

Closed
skinny85 opened this issue Jun 20, 2019 · 1 comment
Closed
Labels
@aws-cdk/aws-dynamodb Related to Amazon DynamoDB closed-for-staleness This issue was automatically closed because it hadn't received any attention in a while. effort/small Small work item – less than a day of effort feature-request A feature should be added or improved. p2

Comments

@skinny85
Copy link
Contributor

The permissions given to the Dynamo DB Global Table custom resource introduced in #2251 are a little too wide:

  • the dynamodb:DeleteTable permissions seem unnecessary (the Delete operation in the Custom Resource doesn't do anything)
  • can we scope down the permissions to only a given table? (the name of the table is required)

cc @KingOfPoptart

@NGL321 NGL321 added @aws-cdk/aws-dynamodb Related to Amazon DynamoDB feature-request A feature should be added or improved. labels Jun 21, 2019
@skinny85 skinny85 self-assigned this Aug 12, 2019
@skinny85 skinny85 added the effort/small Small work item – less than a day of effort label Feb 6, 2020
@skinny85 skinny85 assigned RomainMuller and unassigned skinny85 Feb 6, 2020
@SomayaB SomayaB assigned skinny85 and unassigned RomainMuller Aug 20, 2020
@github-actions
Copy link

This issue has not received any attention in 1 year. If you want to keep this issue open, please leave a comment below and auto-close will be canceled.

@github-actions github-actions bot added closing-soon This issue will automatically close in 4 days unless further comments are made. closed-for-staleness This issue was automatically closed because it hadn't received any attention in a while. and removed closing-soon This issue will automatically close in 4 days unless further comments are made. labels Jun 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@aws-cdk/aws-dynamodb Related to Amazon DynamoDB closed-for-staleness This issue was automatically closed because it hadn't received any attention in a while. effort/small Small work item – less than a day of effort feature-request A feature should be added or improved. p2
Projects
None yet
Development

No branches or pull requests

3 participants