Skip to content

Commit

Permalink
Merge pull request #702 from umccr/fix-rnasum-rerun-lambda
Browse files Browse the repository at this point in the history
Fix rnasum rerun lambda
  • Loading branch information
alexiswl authored Nov 17, 2024
2 parents c92c7dd + 79a0543 commit 426d8ac
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ export class RnasumIcav2PipelineManagerStack extends cdk.Stack {
hostnameSsmParameterObj.parameterName
);
rerunWithDataSet.addEnvironment('ORCABUS_TOKEN_SECRET_ID', orcabusTokenSecretObj.secretName);
rerunWithDataSet.addEnvironment('EVENT_BUS_NAME', this.eventBusObj.eventBusName);

/* Add permissions */
hostnameSsmParameterObj.grantRead(rerunWithDataSet);
Expand Down

0 comments on commit 426d8ac

Please sign in to comment.