Skip to content

Commit

Permalink
Merge pull request #44 from Teradata/s3-permission-fix
Browse files Browse the repository at this point in the history
fixing s3 bucket delete object permission
  • Loading branch information
teralauritsen authored Sep 19, 2024
2 parents 3147210 + 44e38af commit 068bd9e
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@
"s3:DeleteBucket",
"s3:PutObject",
"s3:GetObject",
"s3:DeleteObject",
"cloudformation:CreateStack",
"cloudformation:DeleteStack",
"cloudformation:DescribeStacks",
Expand Down
1 change: 1 addition & 0 deletions deployments/aws/policies/ai-unlimited-workspaces.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
"s3:DeleteBucket",
"s3:PutObject",
"s3:GetObject",
"s3:DeleteObject",
"cloudformation:CreateStack",
"cloudformation:DeleteStack",
"cloudformation:DescribeStacks",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1137,6 +1137,7 @@ Resources:
- s3:DeleteBucket
- s3:PutObject
- s3:GetObject
- s3:DeleteObject
- cloudformation:CreateStack
- cloudformation:DeleteStack
- cloudformation:DescribeStacks
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1095,6 +1095,7 @@ Resources:
- s3:DeleteBucket
- s3:PutObject
- s3:GetObject
- s3:DeleteObject
- cloudformation:CreateStack
- cloudformation:DeleteStack
- cloudformation:DescribeStacks
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -835,6 +835,7 @@ Resources:
- s3:DeleteBucket
- s3:PutObject
- s3:GetObject
- s3:DeleteObject
- cloudformation:CreateStack
- cloudformation:DeleteStack
- cloudformation:DescribeStacks
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1287,6 +1287,7 @@ Resources:
- s3:DeleteBucket
- s3:PutObject
- s3:GetObject
- s3:DeleteObject
- cloudformation:CreateStack
- cloudformation:DeleteStack
- cloudformation:DescribeStacks
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1248,6 +1248,7 @@ Resources:
- s3:DeleteBucket
- s3:PutObject
- s3:GetObject
- s3:DeleteObject
- cloudformation:CreateStack
- cloudformation:DeleteStack
- cloudformation:DescribeStacks
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -917,6 +917,7 @@ Resources:
- s3:DeleteBucket
- s3:PutObject
- s3:GetObject
- s3:DeleteObject
- cloudformation:CreateStack
- cloudformation:DeleteStack
- cloudformation:DescribeStacks
Expand Down

0 comments on commit 068bd9e

Please sign in to comment.