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 AWS vars to dashboard and fix encryption key #59

Closed jessebrennan closed 5 years ago

jessebrennan commented 5 years ago

A few small issues are wrapped up into this PR.

  1. The refresh token encrypt key wasn't actually making it all the way through the deployment. This was fixed in 604e46c.
  2. To do the encryption, the key needed to be 32 bits long. Fixed in 24b4f33.
  3. AWS environment vars and config needed to be accessible to dashboard. This is addressed in 75a7b5d and 2192b14.

These changes are necessary for https://github.com/DataBiosphere/cgp-dashboard/pull/58

jessebrennan commented 5 years ago

@coverbeck, this is read for another (final?) review!