Skip to content

Commit

Permalink
allow iam:PassRole for hotsock/* roles
Browse files Browse the repository at this point in the history
  • Loading branch information
bensie committed Oct 27, 2024
1 parent 9771429 commit b42734d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions installer-permissions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,10 @@ Resources:
- redshift:PurchaseReservedNodeOffering
- savingsplans:*
Resource: "*"
- Sid: AllowPassingRoles
Effect: Allow
Action: iam:PassRole
Resource: !Sub arn:${AWS::Partition}:iam::*:role/hotsock/*
- Sid: AllowOrgInfo
Effect: Allow
Action: organizations:DescribeOrganization
Expand Down

0 comments on commit b42734d

Please sign in to comment.