@@ -104,55 +104,6 @@ functions:
104
104
- .evergreen/run-azure-kms-mock-server.sh
105
105
env :
106
106
DRIVERS_TOOLS : ${DRIVERS_TOOLS}
107
- bootstrap oidc :
108
- - command : ec2.assume_role
109
- params :
110
- role_arn : ${OIDC_AWS_ROLE_ARN}
111
- - command : shell.exec
112
- type : test
113
- params :
114
- working_dir : src
115
- shell : bash
116
- script : |
117
- ${PREPARE_SHELL}
118
- cd "${DRIVERS_TOOLS}"/.evergreen/auth_oidc
119
-
120
- # This is a bit confusing but the ec2.assume_role command before
121
- # this task will overwrite these variables to a different value
122
- # than we have set in our evergreen project config. As these are
123
- # now specific to the OIDC ARN, we re-export for the python
124
- # scripts.
125
- export AWS_ACCESS_KEY_ID=${AWS_ACCESS_KEY_ID}
126
- export AWS_SECRET_ACCESS_KEY=${AWS_SECRET_ACCESS_KEY}
127
- export AWS_SESSION_TOKEN=${AWS_SESSION_TOKEN}
128
- export OIDC_TOKEN_DIR=/tmp/tokens
129
-
130
- . ./activate-authoidcvenv.sh
131
- python oidc_write_orchestration.py
132
- python oidc_get_tokens.py
133
- setup oidc roles :
134
- - command : subprocess.exec
135
- params :
136
- working_dir : src
137
- binary : bash
138
- args :
139
- - .evergreen/setup-oidc-roles.sh
140
- env :
141
- DRIVERS_TOOLS : ${DRIVERS_TOOLS}
142
- run oidc tests aws :
143
- - command : shell.exec
144
- type : test
145
- params :
146
- working_dir : src
147
- timeout_secs : 300
148
- shell : bash
149
- script : |
150
- ${PREPARE_SHELL}
151
-
152
- OIDC_TOKEN_DIR="/tmp/tokens" \
153
- AWS_WEB_IDENTITY_TOKEN_FILE="/tmp/tokens/test_user1" \
154
- PROJECT_DIRECTORY="${PROJECT_DIRECTORY}" \
155
- bash ${PROJECT_DIRECTORY}/.evergreen/run-oidc-tests.sh
156
107
run tests :
157
108
- command : shell.exec
158
109
type : test
@@ -1205,25 +1156,6 @@ tasks:
1205
1156
EXPECTED_AZUREKMS_OUTCOME : failure
1206
1157
args :
1207
1158
- src/.evergreen/run-azure-kms-tests.sh
1208
- - name : oidc-auth-test-azure-latest
1209
- commands :
1210
- - command : expansions.update
1211
- type : setup
1212
- params :
1213
- updates :
1214
- - {key: NPM_VERSION, value: '9'}
1215
- - func : install dependencies
1216
- - command : subprocess.exec
1217
- params :
1218
- working_dir : src
1219
- binary : bash
1220
- env :
1221
- DRIVERS_TOOLS : ${DRIVERS_TOOLS}
1222
- PROJECT_DIRECTORY : ${PROJECT_DIRECTORY}
1223
- AZUREOIDC_CLIENTID : ${testazureoidc_clientid}
1224
- PROVIDER_NAME : azure
1225
- args :
1226
- - .evergreen/run-oidc-tests-azure.sh
1227
1159
- name : test-aws-lambda-deployed
1228
1160
commands :
1229
1161
- command : expansions.update
@@ -1794,25 +1726,6 @@ tasks:
1794
1726
commands :
1795
1727
- func : install dependencies
1796
1728
- func : run ldap tests
1797
- - name : test-auth-oidc
1798
- tags :
1799
- - latest
1800
- - replica_set
1801
- - oidc
1802
- commands :
1803
- - command : expansions.update
1804
- type : setup
1805
- params :
1806
- updates :
1807
- - {key: VERSION, value: latest}
1808
- - {key: TOPOLOGY, value: replica_set}
1809
- - {key: AUTH, value: auth}
1810
- - {key: ORCHESTRATION_FILE, value: auth-oidc.json}
1811
- - func : install dependencies
1812
- - func : bootstrap oidc
1813
- - func : bootstrap mongo-orchestration
1814
- - func : setup oidc roles
1815
- - func : run oidc tests aws
1816
1729
- name : test-socks5
1817
1730
tags : []
1818
1731
commands :
@@ -3735,33 +3648,6 @@ task_groups:
3735
3648
- ${DRIVERS_TOOLS}/.evergreen/csfle/azurekms/delete-vm.sh
3736
3649
tasks :
3737
3650
- test-azurekms-task
3738
- - name : testazureoidc_task_group
3739
- setup_group :
3740
- - func : fetch source
3741
- - command : shell.exec
3742
- params :
3743
- shell : bash
3744
- script : |-
3745
- set -o errexit
3746
- ${PREPARE_SHELL}
3747
- export AZUREOIDC_CLIENTID="${testazureoidc_clientid}"
3748
- export AZUREOIDC_TENANTID="${testazureoic_tenantid}"
3749
- export AZUREOIDC_SECRET="${testazureoidc_secret}"
3750
- export AZUREOIDC_KEYVAULT=${testazureoidc_keyvault}
3751
- export AZUREOIDC_DRIVERS_TOOLS="$DRIVERS_TOOLS"
3752
- export AZUREOIDC_VMNAME_PREFIX="NODE_DRIVER"
3753
- $DRIVERS_TOOLS/.evergreen/auth_oidc/azure/create-and-setup-vm.sh
3754
- teardown_group :
3755
- - command : shell.exec
3756
- params :
3757
- shell : bash
3758
- script : |-
3759
- ${PREPARE_SHELL}
3760
- $DRIVERS_TOOLS/.evergreen/auth_oidc/azure/delete-vm.sh
3761
- setup_group_can_fail_task : true
3762
- setup_group_timeout_secs : 1800
3763
- tasks :
3764
- - oidc-auth-test-azure-latest
3765
3651
- name : test_atlas_task_group
3766
3652
setup_group :
3767
3653
- func : fetch source
@@ -3846,7 +3732,6 @@ buildvariants:
3846
3732
- test-6.0-load-balanced
3847
3733
- test-latest-load-balanced
3848
3734
- test-auth-ldap
3849
- - test-auth-oidc
3850
3735
- test-socks5
3851
3736
- test-socks5-csfle
3852
3737
- test-socks5-tls
@@ -3898,7 +3783,6 @@ buildvariants:
3898
3783
- test-6.0-load-balanced
3899
3784
- test-latest-load-balanced
3900
3785
- test-auth-ldap
3901
- - test-auth-oidc
3902
3786
- test-socks5
3903
3787
- test-socks5-csfle
3904
3788
- test-socks5-tls
@@ -3948,7 +3832,6 @@ buildvariants:
3948
3832
- test-6.0-load-balanced
3949
3833
- test-latest-load-balanced
3950
3834
- test-auth-ldap
3951
- - test-auth-oidc
3952
3835
- test-socks5
3953
3836
- test-socks5-csfle
3954
3837
- test-socks5-tls
@@ -3998,7 +3881,6 @@ buildvariants:
3998
3881
- test-6.0-load-balanced
3999
3882
- test-latest-load-balanced
4000
3883
- test-auth-ldap
4001
- - test-auth-oidc
4002
3884
- test-socks5
4003
3885
- test-socks5-csfle
4004
3886
- test-socks5-tls
@@ -4047,7 +3929,6 @@ buildvariants:
4047
3929
- test-6.0-load-balanced
4048
3930
- test-latest-load-balanced
4049
3931
- test-auth-ldap
4050
- - test-auth-oidc
4051
3932
- test-socks5
4052
3933
- test-socks5-csfle
4053
3934
- test-socks5-tls
@@ -4331,12 +4212,6 @@ buildvariants:
4331
4212
tasks :
4332
4213
- test_azurekms_task_group
4333
4214
- test-azurekms-fail-task
4334
- - name : ubuntu20-test-azure-oidc
4335
- display_name : Azure OIDC
4336
- run_on : ubuntu2004-small
4337
- batchtime : 20160
4338
- tasks :
4339
- - testazureoidc_task_group
4340
4215
- name : rhel8-test-atlas
4341
4216
display_name : Atlas Cluster Tests
4342
4217
run_on : rhel80-large
0 commit comments