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

[EASY] Add Auth0 token claim to swagger securityDefinitions #143

Closed chmreid closed 4 years ago

chmreid commented 4 years ago

This adds info to the swagger securityDefinitions section about the Auth0 token that's added to the JWT when using the Auth0 backend.

Related to databiosphere/data-store-cli#43 (make OIDC layer in CLI tool more flexible)

amarjandu commented 4 years ago

i think the lambda ENV variables need to be updated to get this to work, I did not update them after adding the claim to the env file.....

shoot i totally forgot to add it to EXPORT_ENV_VARS_TO_LAMBDA_ARRAY can we do that in this PR as well? its going to break.

chmreid commented 4 years ago

can we do that in this PR as well? its going to break.

done in 77f3a69

chmreid commented 4 years ago

I went ahead and updated the deployed lambdas with the dss-ops script