Skip to main content

Public Link

SaaS warehouses only. Public Link exposes the warehouse over the public internet.

Access over the public endpoint is restricted by the Public IP Allowlist, which controls which source public IP addresses can connect to the warehouse. Configure it in Warehouse Settings > Security. See Public IP allowlist.

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

To configure the IP allowlist, follow these steps:

  1. Log in to the VeloDB Cloud console.
  2. In the upper-left corner, select the warehouse that you want to use.
  3. In the left navigation pane, click Connection.
  4. Switch to the Public Link tab. The IP Allowlist section shows the current access policy.
  5. 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.