-
Notifications
You must be signed in to change notification settings - Fork 81
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
Refine CDK Custom Exec Policy - Linking Envs #648
Conversation
@@ -48,14 +45,14 @@ Resources: | |||
Effect: Allow | |||
Action: 'athena:CreateWorkGroup' | |||
Resource: | |||
- !Sub 'arn:aws:athena:*:${AWS::AccountId}:workgroup/*' | |||
- !Sub 'arn:${AWS::Partition}:athena:*:${AWS::AccountId}:workgroup/*' |
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.
<3
@@ -232,7 +229,7 @@ Resources: | |||
Action: | |||
- 's3:*' | |||
Resource: | |||
- !Sub 'arn:aws:s3:::cdktoolkit-stagingbucket-*' | |||
- !Sub 'arn:${AWS::Partition}:s3:::cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}*' |
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.
Wow, how did we miss this? Thanks!
Looks good. I think we can merge to |
@dlpzx, all frontend modularization PRs are targeting to the other branch ( |
Merge latest changes from main into modularization-main It includes changes from #626, #630, #648, #649, and #651 By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dlpzx <[email protected]> Co-authored-by: wolanlu <[email protected]> Co-authored-by: Amr Saber <[email protected]> Co-authored-by: Noah Paige <[email protected]> Co-authored-by: kukushking <[email protected]> Co-authored-by: Dariusz Osiennik <[email protected]> Co-authored-by: Dennis Goldner <[email protected]> Co-authored-by: Abdulrahman Kaitoua <[email protected]> Co-authored-by: akaitoua-sa <[email protected]> Co-authored-by: Gezim Musliaj <[email protected]> Co-authored-by: Rick Bernotas <[email protected]> Co-authored-by: David Mutune Kimengu <[email protected]> Co-authored-by: chamcca <[email protected]> Co-authored-by: Dhruba <[email protected]> Co-authored-by: dbalintx <[email protected]> Co-authored-by: Srinivas Reddy <[email protected]> Co-authored-by: mourya-33 <[email protected]> Co-authored-by: Noah Paige <[email protected]> Co-authored-by: dlpzx <[email protected]>
Feature or Bugfix
Detail
Relates
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.