1
0
mirror of synced 2025-12-19 18:14:56 -05:00
Files
airbyte/airbyte-integrations/connectors/destination-mongodb-strict-encrypt/README.md
2024-05-07 08:19:33 -07:00

888 B

MongoDB Test Configuration

In order to test the MongoDB secure only destination, you need a service account key file.

Community Contributor

As a community contributor, you will need access to a MongoDB to run tests.

  1. Create a new account or log into an already created account for mongodb
  2. Go to the Database Access page and add new database user with read and write permissions
  3. Add new database with default collection
  4. Add host, port or cluster_url, database name, username and password to secrets/credentials.json file
     {
        "database": "database_name",
        "user": "user",
        "password": "password",
        "cluster_url": "cluster_url",
        "host": "host",
        "port": "port"
      }
    

Airbyte Employee

  1. Access the MONGODB_TEST_CREDS secret on the LastPass
  2. Create a file with the contents at secrets/credentials.json