Skip to main content

Public Link

SaaS warehouses only. Public Link exposes the warehouse over the public internet. The IP allowlist controls which source IP addresses can perform Console data-plane operations and connect to the warehouse over the public network.

Console data-plane operations are Console actions that require warehouse connectivity, including running queries in SQL Editor, importing data through Import Data, and viewing query activity in Query Audit.

Connections to the VeloDB Console use HTTPS. The IP allowlist is an access control: it restricts which sources can reach the warehouse, and it does not affect whether the connection itself is encrypted. Protocol-level encryption for direct connections such as the MySQL protocol and JDBC varies by connection method. See Encryption in Transit for what applies to each one.

Configure the IP allowlist

On the Connection page, switch to the Public Link tab. The IP Allowlist section shows the current access policy. Click Edit IP Allowlist to add or remove source IPs and CIDR blocks.

public link

public link ip allowlist

Note The default entry is 0.0.0.0/0, which allows access from anywhere. Remove it and add your real source IPs as soon as possible to reduce exposure.

After configuring the network path, use Connection information and examples to find the host, ports, and client examples.