Skip to content

Commit 21a6fe0

Browse files
committed
Update MongoDB Atlas requirements
1 parent d80107f commit 21a6fe0

File tree

1 file changed

+2
-2
lines changed
  • content/integrate/redis-data-integration/data-pipelines/prepare-dbs

1 file changed

+2
-2
lines changed

content/integrate/redis-data-integration/data-pipelines/prepare-dbs/mongodb.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,11 @@ The root CA certificate for MongoDB Atlas must be added as a SOURCE_DB_CACERT se
7575

7676
- Download the MongoDB Atlas root CA certificate.
7777
- In RDI, add this certificate as a secret named SOURCE_DB_CACERT.
78-
- Ensure your connection string includes ssl=true or tls=true and references the CA certificate if required by your deployment.
78+
- Ensure that the `mongodb.ssl.enabled: true` setting is present in your RDI configuration.
7979

8080
Example connection string for Atlas:
8181
```
82-
mongodb+srv://${SOURCE_DB_USERNAME}:${SOURCE_DB_PASSWORD}@cluster0.mongodb.net/?authSource=admin&tls=true
82+
mongodb+srv://${SOURCE_DB_USERNAME}:${SOURCE_DB_PASSWORD}@cluster0.mongodb.net/?authSource=admin
8383
```
8484

8585
## 6. Network and Security

0 commit comments

Comments
 (0)