We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 709f8c7 commit ec916cbCopy full SHA for ec916cb
.evergreen/auth_oidc/azure/create-and-setup-vm.sh
@@ -33,7 +33,7 @@ echo "${AZUREOIDC_CERT}" | base64 --decode > $AZUREKMS_CERTFILE
33
chmod 600 $AZUREKMS_CERTFILE
34
35
export AZUREKMS_TENANTID=$AZUREOIDC_TENANTID
36
-export AZUREKMS_SECRET=$AZUREKMS_CERTFILE
+export AZUREKMS_SECRET=$AZUREOIDC_SECRET
37
export AZUREKMS_CLIENTID=$AZUREOIDC_APPID
38
39
# Login.
0 commit comments