Skip to content

Commit

Permalink
Merge pull request #240 from adamjtaylor/patch-3
Browse files Browse the repository at this point in the history
Create mc2-histoqc-project
  • Loading branch information
thomasyu888 authored Sep 19, 2023
2 parents 9c1ccda + ab1614a commit 634b962
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions config/projects-prod/mc2-histoqc-project.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
template:
path: tower-project.j2
stack_name: mc2-histoqc-project
dependencies:
- common/nextflow-forge-iam-policy.yaml
- common/nextflow-launch-iam-policy.yaml

parameters:
S3ReadWriteAccessArns:
- '{{stack_group_config.tower_viewer_arn_prefix}}/adam.taylor@sagebase.org'
- '{{stack_group_config.tower_viewer_arn_prefix}}/thomas.yu@sagebase.org'
- '{{stack_group_config.tower_viewer_arn_prefix}}/chelsea.nayan@sagebase.org'
AllowSynapseIndexing: Enabled
AccountAdminArns:
- '{{stack_group_config.sso_admin_role.arn}}'
- !stack_output_external sagebase-github-oidc-workflows-prod-nextflow-infra::ProviderRoleArn
TemplateRootUrl: 'https://{{stack_group_config.admincentral_cf_bucket}}.s3.amazonaws.com'
TowerForgePolicyArn: !stack_output_external nextflow-forge-iam-policy::NextFlowForgePolicyArn
TowerLaunchPolicyArn: !stack_output_external nextflow-launch-iam-policy::NextFlowLaunchPolicyArn

stack_tags:
Department: SCCE
Project: MC2
OwnerEmail: adam.taylor@sagebase.org
CostCenter: CSBC - NCI / 101300

0 comments on commit 634b962

Please sign in to comment.