Skip to content
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

Open
wants to merge 66 commits into
base: develop
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
66 commits
Select commit Hold shift + click to select a range
076a814
Replace pet Token with leo token
jsaun Jun 18, 2024
f96846a
Replace pet service account tokens with leo service account
jsaun Aug 25, 2024
480ac44
Fix build
jsaun Aug 25, 2024
7ffc656
Fix
jsaun Aug 25, 2024
2a49a1d
Test custom chart
jsaun Sep 11, 2024
c9f44e8
Update wds chart
jsaun Sep 11, 2024
da173ef
Use local helm chart
jsaun Sep 12, 2024
79ebef8
Update Dependencies.scala
jsaun Oct 7, 2024
abe660c
carry over other changes
jsaun Oct 16, 2024
59bc2ea
Update clean_install.sh
jsaun Oct 16, 2024
e70ec14
Update MonitorAtBoot.scala
jsaun Oct 16, 2024
548b753
Update AKSInterpreter.scala
jsaun Oct 16, 2024
adad799
Remove leo auth token from app charts
jsaun Oct 16, 2024
6e056b6
Update CromwellRunnerAppInstall.scala
jsaun Oct 16, 2024
f912dea
Remove auth tokens from app configs
jsaun Oct 22, 2024
a7d27af
Update LeoAppServiceInterp.scala
jsaun Oct 28, 2024
b592443
Update Dependencies.scala
jsaun Oct 28, 2024
e597b53
Update Dependencies.scala
jsaun Oct 28, 2024
b050782
Update Dependencies.scala
jsaun Oct 28, 2024
aa1586e
Update LeoAppServiceInterp.scala
jsaun Oct 30, 2024
23d6ca2
Revert "Update LeoAppServiceInterp.scala"
jsaun Oct 30, 2024
134b8ac
Get leo email from token
jsaun Oct 30, 2024
59aff84
Update reference.conf
jsaun Nov 4, 2024
58fd927
Update Dependencies.scala
bennettn4 Nov 5, 2024
7355698
Update Dependencies.scala
bennettn4 Nov 6, 2024
d1c31af
update gov servicebus and sql suffixes
bennettn4 Nov 6, 2024
83a04ac
fix import and typo
bennettn4 Nov 6, 2024
78df15b
update azure gov config
bennettn4 Nov 6, 2024
9c521d9
update storage account suffix to support azure gov
bennettn4 Nov 7, 2024
e49ce53
Fix postgres suffix in commercial
jsaun Nov 10, 2024
5f9bcfb
test cromwell version
bennettn4 Nov 14, 2024
a592658
Update CromwellAppInstall.scala
bennettn4 Nov 14, 2024
12e1ad7
with test cromwell-runner-app version
bennettn4 Nov 15, 2024
93fa992
Update reference.conf
bennettn4 Nov 15, 2024
ae97497
update tokenscope
bennettn4 Nov 15, 2024
1518e8d
update batch account suffix and re-value environment strings to match…
bennettn4 Nov 18, 2024
e9fb894
update test cromwell version
bennettn4 Nov 18, 2024
be60a6e
Update Dependencies.scala
bennettn4 Nov 18, 2024
8b4ea1f
Update AzureHostingModeConfig.scala
bennettn4 Nov 18, 2024
6bc1d1b
Update CromwellAppInstall.scala
bennettn4 Nov 18, 2024
1d7eabc
Update CromwellRunnerAppInstall.scala
bennettn4 Nov 18, 2024
a9d6b4d
Update AppDependenciesBuilder.scala
jsaun Nov 24, 2024
2bdcaa7
update relay suffix in notebook init script
bennettn4 Nov 29, 2024
fc5466c
Update AzurePubsubHandler.scala
bennettn4 Dec 2, 2024
f58c237
Update reference.conf
bennettn4 Dec 5, 2024
74bb32b
Update Dependencies.scala
jsaun Dec 17, 2024
03d1e94
Revert "Update reference.conf"
jsaun Dec 17, 2024
94b029e
Merge branch 'develop' into jsaun/leo-service-account
jsaun Dec 17, 2024
caf5465
Update reference.conf
jsaun Dec 17, 2024
666b19a
Default empty user token
jsaun Dec 17, 2024
fdfb13f
pr cleanup
jsaun Dec 17, 2024
afd724a
Fix types
jsaun Dec 18, 2024
a7fc8dd
Update WdsAppInstall.scala
jsaun Dec 20, 2024
a6c9800
Fix specs
jsaun Dec 21, 2024
64a1920
scalaFmt
jsaun Dec 21, 2024
25110ff
scalaFmt again
jsaun Dec 21, 2024
80b8afe
Merge branch 'develop' into jsaun/leo-service-account
jsaun Dec 23, 2024
53d2399
Update HailBatchAppInstallSpec.scala
bennettn4 Dec 26, 2024
a0f5a16
Update AppServiceInterpSpec.scala
bennettn4 Dec 26, 2024
3627fe6
Update AllowlistAuthProvider.scala
bennettn4 Dec 26, 2024
59e0cc6
Update AppServiceInterpSpec.scala
bennettn4 Dec 26, 2024
ae716da
update helm override specs
bennettn4 Dec 26, 2024
ef9015a
scalafmt
bennettn4 Dec 26, 2024
a29056c
update specs
bennettn4 Dec 30, 2024
50dd92b
update test specs
bennettn4 Dec 30, 2024
9f228c7
Update ConfigReaderSpec.scala
bennettn4 Dec 30, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update AppServiceInterpSpec.scala
  • Loading branch information
bennettn4 committed Dec 26, 2024
commit a0f5a16cadb38ca9eee25e67402957a2c6b82c20
Original file line number Diff line number Diff line change
@@ -306,6 +306,7 @@ class AppServiceInterpTest extends AnyFlatSpec with AppServiceInterpSpec with Le
val mockAuthProvider = mock[LeoAuthProvider[IO]]
when(mockAuthProvider.hasPermission(any, any, any)(any, any)).thenReturn(IO.pure(true))
when(mockAuthProvider.lookupOriginatingUserEmail(any)(any)).thenReturn(IO.pure(userInfo.userEmail))
when(mockAuthProvider.getLeoAuthToken).thenReturn(IO.pure(""))
val publisherQueue = QueueFactory.makePublisherQueue()
val mockSamService = mock[SamService[IO]]
when(mockSamService.createResource(any, any, any, any, any)(any)).thenReturn(IO.unit)
Loading