Skip to content

Commit 5dad7de

Browse files
authored
Update mongo-cdc.md
Reviewed and merged changes from gitbook repo
1 parent e53a0be commit 5dad7de

1 file changed

Lines changed: 10 additions & 27 deletions

File tree

docs/cluster/integrations/mongo-cdc.md

Lines changed: 10 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,15 @@ The following steps should be performed in the MongoDB Atlas UI.
6060
connect to CrateDB Cloud.
6161

6262
2. **Add a Custom Role**
63-
Under **Custom Roles**, click **Add New Custom Role**.
63+
Under **Custom Roles**, click **Add New Custom Role**. A form will appear.
6464

65-
3. **Set Up Read-Only Access**
65+
3. Fill in the Custom Role Name - For example, use CrateDB CDC integration.
66+
67+
4. **Set Up Read-Only Access**
6668
Assign the following actions or roles to the custom role:
67-
- `find`
68-
- `changeStream`
69-
- `collStats`
69+
- `find`, to be found under Collection Actions/Query and Write Actions
70+
- `changeStream`, to be found under Collection Actions/Change Stream Actions
71+
- `collStats`, to be found under Collection Actions/Diagnostic Actions
7072

7173
Specify the databases and collections for these actions. You can update
7274
access permissions in the MongoDB Atlas UI later if needed.
@@ -124,26 +126,7 @@ CrateDB Cloud IP addresses to the IP Access List in MongoDB Atlas.
124126
2. **Add IP Address**
125127
Click **Add IP Address** and choose an IP address or range to allow access.
126128
For testing purposes, you can select **Allow Access from Anywhere**, but for
127-
production, it is recommended to specify only the required IPs.
128-
129-
:::{note}
130-
The specific IP addresses depend on the region of your CrateDB Cloud cluster.
131-
These IP addresses can also be found in the **Connection Details** section of the
132-
CrateDB Cloud Console, just before you click **Test Connection** during the
133-
setup process.
134-
135-
**Outbound IP Addresses**:
136-
137-
| Cloud Provider | Region | IP Addresses |
138-
|----------------|---------------|---------------------------------|
139-
| Azure | East US 2 | `52.184.241.228/32`, `52.254.31.90/32` |
140-
| Azure | West Europe | `51.105.153.175/32`, `108.142.34.5/32` |
141-
| AWS | EU West 1 | `34.255.75.224` |
142-
| AWS | US East 1 | `54.197.229.58` |
143-
| AWS | US West 2 | `54.189.16.20` |
144-
| GCP | US Central 1 | `34.69.134.49` |
145-
146-
:::
129+
production, it is recommended to specify only the required IPs. When you create a new Mongo CDC integration in CrateDB Cloud, the form will show you the specific IP addresses you need to allow for it to work.
147130

148131
:::{note}
149132
To set up a PrivateLink connection for the Mongo CDC integration, please reach
@@ -258,8 +241,8 @@ recommended for mission-critical workloads.
258241
### Column Name Restrictions
259242

260243
Column or property names containing square brackets (`[]`) are not supported and
261-
are replaced with `__openbrk__` and `__closebrk__` respectively. Likewise, column
262-
names containing dots (`.`) are not supported and are replaced with (`__dot__`).
244+
are replaced with `_obkt_` and `_cbkt_` respectively. Likewise, column
245+
names containing dots (`.`) are not supported and are replaced with (`_dot_`).
263246

264247
:::{warning}
265248
This behavior may change in future releases.

0 commit comments

Comments
 (0)