Skip to content

Commit 3239dcb

Browse files
committed
docs: fixed read and write permissions
1 parent 22f8532 commit 3239dcb

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

tutorial/markdown/connectors/airbyte/airbyte-couchbase-integration.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ Before starting this tutorial, ensure you have:
6565
2. **Running Cluster**: At least one operational cluster
6666
3. **Bucket Created**: One or more buckets with scopes and collections
6767
4. **Database User**: Users with appropriate permissions:
68-
- **For Source**: Data Reader, Query Select roles
69-
- **For Destination**: Data Reader, Data Writer, Query Manager roles
68+
- **For Source**: Read access
69+
- **For Destination**: Read/Write access
7070
5. **Network Access**: IP allowlist configured (we'll cover this in setup)
7171

7272
### Airbyte Setup
@@ -108,7 +108,7 @@ The Couchbase source connector allows Airbyte to extract data from your Couchbas
108108
- **Username**: `airbyte_source_user` (or your preferred name)
109109
- **Password**: Generate a secure password
110110
- **Bucket Access**: Select the source bucket
111-
- **Permissions**: Assign "Data Reader" and "Query Select" roles
111+
- **Access**: Select "Read" access for the bucket
112112
5. Save the credentials securely
113113

114114
#### Configure Network Access
@@ -224,10 +224,10 @@ The Couchbase destination connector allows Airbyte to load data into your Couchb
224224
- **Username**: `airbyte_dest_user` (or your preferred name)
225225
- **Password**: Generate a secure password
226226
- **Bucket Access**: Select the destination bucket
227-
- **Permissions**: Assign "Data Reader", "Data Writer", and "Query Manager" roles
227+
- **Access**: Select "Read/Write" access for the bucket
228228
4. Save the credentials
229229

230-
**Note**: Query Manager role is required for automatic collection creation. These Database Access credentials are used for cluster connections via the SDK, distinct from Capella API credentials which would be used for Capella management operations.
230+
**Note**: These Database Access credentials are used for cluster connections via the SDK, distinct from Capella API credentials which would be used for Capella management operations.
231231

232232
#### Ensure Network Access
233233

@@ -661,13 +661,8 @@ Set up alerts for high CPU, memory, and disk queue thresholds based on your clus
661661

662662
**Permissions**:
663663
```
664-
Source User:
665-
- Data Reader (read documents)
666-
- Query Select (run N1QL SELECT)
667-
668-
Destination User:
669-
- Data Reader (verify existing data)
670-
- Data Writer (insert/update documents)
664+
Source User: Read access
665+
Destination User: Read/Write access
671666
```
672667

673668
#### 2. Network Security
@@ -796,7 +791,7 @@ Monitor sync health in the Airbyte UI:
796791

797792
#### Destination Connector Issues
798793

799-
**"Collection creation failed"**: Verify user has Data Writer and Query Manager permissions, and scope exists.
794+
**"Collection creation failed"**: Verify user has Read/Write access and scope exists.
800795

801796
**"Batch write timeout"**: Scale up Capella cluster or reduce sync frequency.
802797

0 commit comments

Comments
 (0)