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

FieldTypeDefaultRequiredDescription
idstring-Unique identifier for the data pool
typestring-Must be "smb"
hoststring-SMB server hostname or IP address
userstring-Username for authentication
passwordstring-Password for authentication
portinteger445Optional port number
domainstringnullOptional domain name
spnstringnullOptional Service Principal Name
base_pathstring"/"Optional folder path

Setup

  1. Ensure SMB access: Verify SMB/CIFS is enabled on target server
  2. Create service account: Create dedicated read-only account for DataVault
  3. Test connectivity: Verify network access and credentials
  4. Add to environment: SMB_USERNAME and SMB_PASSWORD

SMB/CIFS Documentation