...

Text file src/go.mongodb.org/mongo-driver/etc/run-enterprise-plain-test.sh

Documentation: go.mongodb.org/mongo-driver/etc

     1#!/usr/bin/env bash
     2# run-enterprise-gssapi-test
     3# Runs the enterprise auth tests with plain credentials.
     4set -eu
     5. ${DRIVERS_TOOLS}/.evergreen/secrets_handling/setup-secrets.sh drivers/enterprise_auth
     6export MONGODB_URI="mongodb://${SASL_USER}:${SASL_PASS}@${SASL_HOST}:${SASL_PORT}/ldap?authMechanism=PLAIN"
     7export MONGO_GO_DRIVER_COMPRESSOR="${MONGO_GO_DRIVER_COMPRESSOR:-}"
     8make -s evg-test-enterprise-auth

View as plain text