-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for deployment in Azure Government Cloud (Leonardo) #4813
base: develop
Are you sure you want to change the base?
Conversation
This reverts commit aa1586e.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Were you able to test this? The Azure integration tests have been removed a few months ago unfortunately 🤔
This looks good, but I have a few comments around preserving the pre-existing behavior for GCP as much as possible.
http/src/main/scala/org/broadinstitute/dsde/workbench/leonardo/app/CromwellAppInstall.scala
Outdated
Show resolved
Hide resolved
...src/main/scala/org/broadinstitute/dsde/workbench/leonardo/app/CromwellRunnerAppInstall.scala
Outdated
Show resolved
Hide resolved
raw"bard.enabled=${config.bardEnabled}" | ||
raw"bard.enabled=${config.bardEnabled}", | ||
|
||
// TEMPORARY HELM OVERRIDE VALUES WHILE WAITING FOR PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you link the PR? if it is the terra helmfile one you should be good to merge I think
http/src/main/scala/org/broadinstitute/dsde/workbench/leonardo/app/WdsAppInstall.scala
Outdated
Show resolved
Hide resolved
http/src/main/scala/org/broadinstitute/dsde/workbench/leonardo/app/WorkflowsAppInstall.scala
Outdated
Show resolved
Hide resolved
...main/scala/org/broadinstitute/dsde/workbench/leonardo/http/service/LeoAppServiceInterp.scala
Show resolved
Hide resolved
workspaceDescOpt <- tokenOpt.flatTraverse { token => | ||
wsmClientProvider.getWorkspace(token, workspaceId) | ||
} | ||
leoAuth <- samDAO.getLeoAuthToken |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why the change here for both GCP and Azure case? I would like to keep using the cached token wherever possible.
Yeah, we've been running this branch in our dev environment for a while, it will need some final validation as I don't think we've tested the most recent commits though.
Yep, makes sense. I was trying to avoid the branching logic if possible to keep it consistent/simpler but I will try to update shortly for those cases you pointed out. |
Part of large effort to add support for services to run in Azure Government cloud.
Two parts:
https://broadworkbench.atlassian.net/browse/TOAZ-372
See related pull requests here:
workbench-libs sam bpm wsm cromwell terra-helmfile