Skip to content

Commit

Permalink
GODRIVER-3311 Fix AzureKMS and Atlas Startup Scripts (#478)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Aug 28, 2024
1 parent ff8d3fa commit 2b21e78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .evergreen/atlas/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ SCRIPT_DIR=$(dirname ${BASH_SOURCE[0]})

source $SCRIPT_DIR/secrets-export.sh
. ${DRIVERS_TOOLS}/.evergreen/check-connection.sh

# Clean up binary directory.
rm -rf ${DRIVERS_TOOLS}/mongodb
1 change: 1 addition & 0 deletions .evergreen/csfle/azurekms/create-and-setup-vm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ if [ -f secrets-export.sh ]; then
echo "export AZUREKMS_VMNAME=\"$AZUREKMS_VMNAME\"" >> secrets-export.sh
echo "export AZUREKMS_RESOURCEGROUP=\"$AZUREKMS_RESOURCEGROUP\"" >> secrets-export.sh
echo "export AZUREKMS_SCOPE=\"$AZUREKMS_SCOPE\"" >> secrets-export.sh
echo "export AZUREKMS_PRIVATEKEYPATH=\"$AZUREKMS_PRIVATEKEYPATH\"" >> secrets-export.sh
fi
# Assign role.
"$DRIVERS_TOOLS"/.evergreen/csfle/azurekms/assign-role.sh
Expand Down

0 comments on commit 2b21e78

Please sign in to comment.