* 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
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.
- Create a new account or log into an already created account for mongodb
- Go to the
Database Accesspage and add new database user with read and write permissions - Add new database with default collection
- Add host, port or cluster_url, database name, username and password to
secrets/credentials.jsonfile{ "database": "database_name", "user": "user", "password": "password", "cluster_url": "cluster_url", "host": "host", "port": "port" }
Airbyte Employee
- Access the
MONGODB_TEST_CREDSsecret on the LastPass - Create a file with the contents at
secrets/credentials.json