Skip to content

Commit

Permalink
fix vault handling
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Oct 2, 2023
1 parent 14cde5f commit 97950ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2562,6 +2562,7 @@ task_groups:
- testgcpkms-task
- name: testazurekms_task_group
setup_group_can_fail_task: true
teardown_group_can_fail_task: true
setup_group_timeout_secs: 1800 # 30 minutes
setup_group:
- func: fetch-source
Expand All @@ -2576,7 +2577,8 @@ task_groups:
export AZUREKMS_VMNAME_PREFIX="GODRIVER"
export AZUREKMS_DRIVERS_TOOLS=$DRIVERS_TOOLS
# Get azurekms credentials from the vault.
. ./etc/get_aws_secrets.sh drivers/azurekms
bash $DRIVERS_TOOLS/.evergreen/auth_aws/setup_secrets.sh drivers/azurekms
source ./secrets-export.sh
$DRIVERS_TOOLS/.evergreen/csfle/azurekms/create-and-setup-vm.sh
- command: expansions.update
params:
Expand Down

0 comments on commit 97950ec

Please sign in to comment.