Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a8e8d69

Browse files
committedOct 14, 2024·
chore(cfn/CI.yaml): updated AssumeRole permissions for ESDK Dafny CI
1 parent b9333fb commit a8e8d69

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
 

‎cfn/CI.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,11 @@ Resources:
511511
"Principal": { "AWS": "arn:aws:iam::${AWS::AccountId}:role/GitHub-CI-DDBEC-Dafny-Role-us-west-2" },
512512
"Action": "sts:AssumeRole"
513513
},
514+
{
515+
"Effect": "Allow",
516+
"Principal": { "AWS": "arn:aws:iam::370957321024:role/GitHub-CI-ESDK-Dafny-Role-us-west-2" },
517+
"Action": "sts:AssumeRole"
518+
},
514519
{
515520
"Effect": "Allow",
516521
"Principal": { "Federated": "arn:aws:iam::${AWS::AccountId}:oidc-provider/token.actions.githubusercontent.com" },
@@ -566,6 +571,11 @@ Resources:
566571
"Principal": { "AWS": "arn:aws:iam::${AWS::AccountId}:role/GitHub-CI-DDBEC-Dafny-Role-us-west-2" },
567572
"Action": "sts:AssumeRole"
568573
},
574+
{
575+
"Effect": "Allow",
576+
"Principal": { "AWS": "arn:aws:iam::370957321024:role/GitHub-CI-ESDK-Dafny-Role-us-west-2" },
577+
"Action": "sts:AssumeRole"
578+
},
569579
{
570580
"Effect": "Allow",
571581
"Principal": { "Federated": "arn:aws:iam::${AWS::AccountId}:oidc-provider/token.actions.githubusercontent.com" },

0 commit comments

Comments
 (0)
Please sign in to comment.