888 B
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.
- 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