SMB/CIFS
Configure SMB/CIFS network share integration
Configuration
data_pools:
- id: smb-share
type: smb
host: "server.company.com"
user: $SMB_USERNAME
password: $SMB_PASSWORD
base_path: "/shared"
Configuration Options
Field | Type | Default | Required | Description |
---|---|---|---|---|
id | string | - | ✅ | Unique identifier for the data pool |
type | string | - | ✅ | Must be "smb" |
host | string | - | ✅ | SMB server hostname or IP address |
user | string | - | ✅ | Username for authentication |
password | string | - | ✅ | Password for authentication |
port | integer | 445 | ❌ | Optional port number |
domain | string | null | ❌ | Optional domain name |
spn | string | null | ❌ | Optional Service Principal Name |
base_path | string | "/" | ❌ | Optional folder path |
Setup
- Ensure SMB access: Verify SMB/CIFS is enabled on target server
- Create service account: Create dedicated read-only account for DataVault
- Test connectivity: Verify network access and credentials
- Add to environment:
SMB_USERNAME
andSMB_PASSWORD