Skip to content

Commit

Permalink
reverting old commit
Browse files Browse the repository at this point in the history
  • Loading branch information
eggoynes committed Apr 10, 2023
1 parent 0701e90 commit 2e15f9f
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 2e15f9f

Please sign in to comment.