1
0
mirror of synced 2025-12-25 02:09:19 -05:00
Files
airbyte/airbyte-integrations/connectors/destination-mongodb-strict-encrypt
Pedro S. Lopez 938436bcc9 update connector specs and definitions with new .com documentation urls (#17585)
* update definitions with new .com docs urls

* update docs urls in specs

* update generators

* regenerate scaffold connectors

* remove unrelated changes

* update more urls

* update specs

* fix tests

* run `:airbyte-config:specs:generateSeedConnectorSpecs` to fix formatting

* revert docs changes to make pr more reviewable

* revert generator readme changes to make more reviewable

* fix mysql strict encrypt expected spec

* fix postgres expected spec
2022-10-11 11:04:23 -04:00
..

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