File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -357,9 +357,14 @@ functions:
357
357
working_dir : " src"
358
358
script : |
359
359
if [ -n "${test_encryption}" ]; then
360
- cat <<EOT > fle_aws_creds .sh
360
+ cat <<EOT > fle_creds .sh
361
361
export FLE_AWS_KEY="${fle_aws_key}"
362
362
export FLE_AWS_SECRET="${fle_aws_secret}"
363
+ export FLE_AZURE_CLIENTID="${fle_azure_clientid}"
364
+ export FLE_AZURE_TENANTID="${fle_azure_tenantid}"
365
+ export FLE_AZURE_CLIENTSECRET="${fle_azure_clientsecret}"
366
+ export FLE_GCP_EMAIL="${fle_gcp_email}"
367
+ export FLE_GCP_PRIVATEKEY="${fle_gcp_privatekey}"
363
368
EOT
364
369
fi
365
370
- command : shell.exec
@@ -381,8 +386,8 @@ functions:
381
386
if [ -n "${test_encryption}" ]; then
382
387
# Disable xtrace (just in case it was accidentally set).
383
388
set +x
384
- . ./fle_aws_creds .sh
385
- rm -f ./fle_aws_creds .sh
389
+ . ./fle_creds .sh
390
+ rm -f ./fle_creds .sh
386
391
export LIBMONGOCRYPT_URL="${libmongocrypt_url}"
387
392
export TEST_ENCRYPTION=1
388
393
fi
You can’t perform that action at this time.
0 commit comments