ucsc-cgp / cgp-deployment

The UCSC Genomics Institute's Computational Genomics Platform (CGP). This repo contains the Docker compose-based deployment process.
https://ucsc-cgp.org
0 stars 0 forks source link

Add AZUL_S3_AWS_REGION and AZUL_PRESIGNED_URL_EXPIRATION to dcc-dashboard-service #61

Closed cricketsloan closed 5 years ago

cricketsloan commented 5 years ago

This adds two environment variables to dcc-dashboard-service:

  1. The environment variable AZUL_S3_AWS_REGION will hold the AWS region used for the S3 storage bucket in which the BDBag metadata from Boardwalk for export to FireCloud will temporarily reside. Its default value is us-west-2.

  2. The environment variable AZUL_PRESIGNED_URL_EXPIRATION sets the expiration time of the presigned URL to the S3 bucket and key of the BDBag. Its default value is 3,600 s (1 h), same as Gen3's default value.

┆Issue is synchronized with this JIRA Story ┆Project Name: CGP-Deployment ┆Issue Number: DEP-29 ┆Epic: Epic 8: “Handoff” From Portal to Workspace

cricketsloan commented 5 years ago

➤ Michael Krause commented:

Note to self: branch https://github.com/DataBiosphere/cgp-deployment/tree/feature/mkrause/s3-bdbag-dev has all files added with the env. vars. already.