DataBiosphere / data-store

AWS and GCP data storage system for genomic data.
https://dss.dev.ucsc-cgp-redwood.org
Other
3 stars 2 forks source link

[Enable Auth0 Part 4/4] DSS Config: Add config method to get Google service account email #151

Closed chmreid closed 4 years ago

chmreid commented 4 years ago

The indexer tests need to be able to easily get the Google service account email associated with the account running the tests. This requires pasting together two environment variables. This adds a new Config method to do that safely, and calls that method from the indexer tests.

Part 1: unleash auth0: https://github.com/DataBiosphere/data-store/pull/146 Part 2: fix decorators for auth0: https://github.com/DataBiosphere/data-store/pull/148 Part 3: fix tests: https://github.com/DataBiosphere/data-store/pull/149 Part 4: update config: https://github.com/DataBiosphere/data-store/pull/151