Skip to content

Commit

Permalink
fix: nih/status endpoint on prod points to dev (#3671) (#3674)
Browse files Browse the repository at this point in the history
* fix: nih/status endipoint on prod points to dev (#3671)

* fix: update terra endpoints (#3671)

---------

Co-authored-by: Fran McDade <franmcdade@Frans-MacBook-Pro.local>
  • Loading branch information
frano-m and Fran McDade authored Sep 27, 2023
1 parent 5c0f803 commit fe7cf54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const authenticationConfig: AuthenticationConfig = {
terraNIHProfileEndpoint:
"https://firecloud-orchestration.dsde-dev.broadinstitute.org/api/nih/status",
terraProfileEndpoint:
"https://sam.dsde-prod.broadinstitute.org/register/user/v1",
"https://sam.dsde-dev.broadinstitute.org/register/user/v1",
},
text: MDX.RenderComponent({ Component: MDX.LoginText }),
title: "Sign in to your account",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ export const authenticationConfig: AuthenticationConfig = {
termsOfService: MDX.RenderComponent({ Component: MDX.LoginTermsOfService }),
terraAuthConfig: {
terraNIHProfileEndpoint:
"https://firecloud-orchestration.dsde-dev.broadinstitute.org/api/nih/status",
"https://firecloud-orchestration.dsde-prod.broadinstitute.org/api/nih/status",
terraProfileEndpoint:
"https://sam.dsde-dev.broadinstitute.org/register/user/v1",
"https://sam.dsde-prod.broadinstitute.org/register/user/v1",
},
text: MDX.RenderComponent({ Component: MDX.LoginText }),
title: "Sign in to your account",
Expand Down

0 comments on commit fe7cf54

Please sign in to comment.