Skip to content

Commit

Permalink
Add permission to delete access log bucket for testing role
Browse files Browse the repository at this point in the history
  • Loading branch information
noah-paige committed Nov 14, 2024
1 parent 0119a28 commit 605a481
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/dataall/core/environment/cdk/environment_stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,7 @@ def create_integration_tests_role(self):
'arn:aws:s3:::dataall-test-session*/*',
'arn:aws:s3:::dataall-temp*',
'arn:aws:s3:::dataall-temp*/*',
'arn:aws:s3:::dataall-env-access-logs*',
],
)
)
Expand Down

0 comments on commit 605a481

Please sign in to comment.