Skip to content

Commit

Permalink
[IT-3831] fix GH OIDC permissions for image builder (#1325)
Browse files Browse the repository at this point in the history
The image builder template can do all sorts of things, like create
roles.  Therefore we need to up the permission when deploying
it to imagecentral.
  • Loading branch information
zaro0508 authored Jan 21, 2025
1 parent cc1a210 commit b27fe0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions org-formation/650-identity-providers/_tasks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -480,8 +480,8 @@ GithubOidcImageBuilderDeploy:
ProviderRoleName: !Sub ${resourcePrefix}-${appName}-imagebuilder-deploy
MaxSessionDuration: 7200
ManagedPolicyArns:
- arn:aws:iam::aws:policy/AWSImageBuilderFullAccess
- arn:aws:iam::aws:policy/AWSCloudFormationFullAccess
- "arn:aws:iam::aws:policy/AdministratorAccess"
- "arn:aws:iam::aws:policy/AWSKeyManagementServicePowerUser"
TemplatingContext:
GitHubOrg: "Sage-Bionetworks-IT"
Repositories:
Expand Down

0 comments on commit b27fe0e

Please sign in to comment.