Skip to content

Commit

Permalink
Merge pull request #603 from umccr/bugfix/cttso-v2-permissions
Browse files Browse the repository at this point in the history
cttsov2 job checker requires permissions to list executions
  • Loading branch information
alexiswl authored Oct 18, 2024
2 parents 0ca9b63 + b1c86e9 commit 35e81a5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ export class Cttsov2Icav2PipelineManagerConstruct extends Construct {
'states:ListActivities',
'states:DescribeStateMachine',
'states:DescribeActivity',
'states:ListExecutions',
],
resources: [props.icav2CopyFilesStateMachineObj.stateMachineArn],
})
Expand Down

0 comments on commit 35e81a5

Please sign in to comment.