File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
main/nextflow/cloud/azure/fusion
test/nextflow/cloud/azure/fusion Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ class AzFusionEnv implements FusionEnv {
68
68
// We recommend explicitly setting the config item to the managed ID so you know which one is being used.
69
69
// However if set to 'true' it will use whichever is available.
70
70
// This can be helpful if the pools have different managed identities.
71
- if (managedIdentityId != ' true ' ) {
71
+ if (managedIdentityId != ' auto ' ) {
72
72
result. FUSION_AZ_MSI_CLIENT_ID = managedIdentityId
73
73
}
74
74
// No SAS token is added or generated
Original file line number Diff line number Diff line change @@ -249,7 +249,7 @@ class AzFusionEnvTest extends Specification {
249
249
Global . session = Mock (Session ) {
250
250
getConfig() >> [azure : [
251
251
storage : [accountName : NAME ],
252
- batch : [poolIdentityClientId : ' true ' ]
252
+ batch : [poolIdentityClientId : ' auto ' ]
253
253
]]
254
254
}
255
255
You can’t perform that action at this time.
0 commit comments