Skip to content

Commit

Permalink
Merge pull request #71 from aws-solutions/release/v4.2.0
Browse files Browse the repository at this point in the history
reverting old commit
  • Loading branch information
eggoynes committed Apr 10, 2023
2 parents caa9fc0 + 2e15f9f commit f6c836a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/constructs/lib/live-streaming.ts
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ export class LiveStreaming extends cdk.Stack {
]
}),
new iam.PolicyStatement({
resources: ['arn:aws:iam:*'],
resources: ['*'], // NOSONAR
actions: [
'iam:GetRole',
'iam:PassRole'
Expand Down

0 comments on commit f6c836a

Please sign in to comment.