We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35add42 commit fc6ab18Copy full SHA for fc6ab18
.evergreen/config.in.yml
@@ -1336,9 +1336,6 @@ task_groups:
1336
- name: testazureoidc_task_group
1337
setup_group:
1338
- func: fetch source
1339
- # - func: prepare resources
1340
- # - func: fix absolute paths
1341
- # - func: make files executable
1342
- command: shell.exec
1343
params:
1344
shell: bash
.evergreen/run-oidc-tests.sh
@@ -30,4 +30,6 @@ elif [ "$PROVIDER_NAME" = "azure" ]; then
30
MONGODB_URI="${MONGODB_URI}&authMechanismProperties=PROVIDER_NAME:azure"
31
export MONGODB_URI="${MONGODB_URI},TOKEN_AUDIENCE:api%3A%2F%2F${AZUREOIDC_CLIENTID}"
32
npm run check:oidc-azure
33
+else
34
+ npm run check:oidc
35
fi
0 commit comments