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

feat: add IAM managed policy for accessing S3 bucket and DynamoDB table #41

Merged
merged 1 commit into from
Jul 27, 2023

Conversation

stefanfreitag
Copy link
Owner

  • Added a new IAM managed policy to allow reading/writing to the S3 bucket and objects, as well as reading/writing to the DynamoDB table.
  • The policy statements include actions such as s3:ListBucket, s3:GetObject, s3:PutObject, s3:DeleteObject, dynamodb:DescribeTable, dynamodb:GetItem, dynamodb:PutItem, and dynamodb:DeleteItem.
  • The managed policy is named "TerraformStateBackendPolicy" and is associated with the Terraform state backend construct.

Fixes #

- Added a new IAM managed policy to allow reading/writing to the S3 bucket and objects, as well as reading/writing to the DynamoDB table.
- The policy statements include actions such as `s3:ListBucket`, `s3:GetObject`, `s3:PutObject`, `s3:DeleteObject`, `dynamodb:DescribeTable`, `dynamodb:GetItem`, `dynamodb:PutItem`, and `dynamodb:DeleteItem`.
- The managed policy is named "TerraformStateBackendPolicy" and is associated with the Terraform state backend construct.
@stefanfreitag stefanfreitag linked an issue Jul 27, 2023 that may be closed by this pull request
@stefanfreitag stefanfreitag merged commit 4c93afe into main Jul 27, 2023
8 checks passed
@stefanfreitag stefanfreitag deleted the 39-add-access-policies-for-bucket-and-table branch July 27, 2023 07:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add access policies for bucket and table
1 participant