Skip to content

Commit

Permalink
feat: implement bottom half of Terra account nag indicating the NIH a…
Browse files Browse the repository at this point in the history
…ccount (#3658) (#3664)

* feat: implement bottom half of Terra account nag indicating the NIH account (#3658)

* chore: updated clevercanary/data-explorer-ui to v0.45.0 (#3658)

---------

Co-authored-by: Fran McDade <[email protected]>
  • Loading branch information
frano-m and Fran McDade authored Sep 18, 2023
1 parent 24b6f2a commit 8dd7ef4
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 11 deletions.
14 changes: 7 additions & 7 deletions explorer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"test:anvil-catalog": "playwright test -c playwright_anvil-catalog.config.ts"
},
"dependencies": {
"@clevercanary/data-explorer-ui": "0.44.0",
"@clevercanary/data-explorer-ui": "0.45.0",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@mdx-js/loader": "^2.3.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ export const authenticationConfig: AuthenticationConfig = {
googleProfileEndpoint: "https://www.googleapis.com/oauth2/v3/userinfo",
scope:
"https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/userinfo.profile openid",
},
termsOfService: MDX.RenderComponent({ Component: MDX.LoginTermsOfService }),
terraAuthConfig: {
terraNIHProfileEndpoint:
"https://firecloud-orchestration.dsde-dev.broadinstitute.org/api/nih/status",
terraProfileEndpoint:
"https://sam.dsde-dev.broadinstitute.org/register/user/v1",
},
termsOfService: MDX.RenderComponent({ Component: MDX.LoginTermsOfService }),
text: MDX.RenderComponent({ Component: MDX.LoginText }),
title: "Sign in to your account",
warning: MDX.RenderComponent({ Component: MDX.LoginWarning }),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ export const authenticationConfig: AuthenticationConfig = {
googleProfileEndpoint: "https://www.googleapis.com/oauth2/v3/userinfo",
scope:
"https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/userinfo.profile openid",
},
termsOfService: MDX.RenderComponent({ Component: MDX.LoginTermsOfService }),
terraAuthConfig: {
terraNIHProfileEndpoint:
"https://firecloud-orchestration.dsde-dev.broadinstitute.org/api/nih/status",
terraProfileEndpoint:
"https://sam.dsde-prod.broadinstitute.org/register/user/v1",
},
termsOfService: MDX.RenderComponent({ Component: MDX.LoginTermsOfService }),
text: MDX.RenderComponent({ Component: MDX.LoginText }),
title: "Sign in to your account",
warning: MDX.RenderComponent({ Component: MDX.LoginWarning }),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ export const authenticationConfig: AuthenticationConfig = {
googleProfileEndpoint: "https://www.googleapis.com/oauth2/v3/userinfo",
scope:
"https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/userinfo.profile openid",
},
termsOfService: MDX.RenderComponent({ Component: MDX.LoginTermsOfService }),
terraAuthConfig: {
terraNIHProfileEndpoint:
"https://firecloud-orchestration.dsde-dev.broadinstitute.org/api/nih/status",
terraProfileEndpoint:
"https://sam.dsde-dev.broadinstitute.org/register/user/v1",
},
termsOfService: MDX.RenderComponent({ Component: MDX.LoginTermsOfService }),
text: MDX.RenderComponent({ Component: MDX.LoginText }),
title: "Sign in to your account",
warning: MDX.RenderComponent({ Component: MDX.LoginWarning }),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ export const authenticationConfig: AuthenticationConfig = {
googleProfileEndpoint: "https://www.googleapis.com/oauth2/v3/userinfo",
scope:
"https://www.googleapis.com/auth/userinfo.email https://www.googleapis.com/auth/userinfo.profile openid",
},
terraAuthConfig: {
terraNIHProfileEndpoint:
"https://firecloud-orchestration.dsde-prod.broadinstitute.org/api/nih/status",
terraProfileEndpoint:
"https://sam.dsde-prod.broadinstitute.org/register/user/v1",
},
Expand Down

0 comments on commit 8dd7ef4

Please sign in to comment.