Skip to main content

Overview

Goldsky can connect to your sinks using static IPs. This is helpful if you want to further restrict access to your sinks and ensure that only Goldsky-owned services can reach them. It works the same way for Turbo and legacy Mirror pipelines. This feature is currently in a closed beta and only available for our enterprise customers. Please contact us at support@goldsky.com (or through Slack/Telegram) to request access to this feature, or schedule a call with our team.

Usage

  1. Reach out to us to have this feature enabled for your account.
  2. Allowlist the following IPs on your database or network firewall: 100.21.15.214, 44.229.26.196, 44.230.239.184, 52.38.124.121
  3. Make sure you’re using the latest version of the CLI; see the installation guide.
  4. Set use_dedicated_ip: true at the top level of your pipeline YAML and deploy.
Example Turbo pipeline:
Mirror pipelines use the same top-level use_dedicated_ip: true flag in their YAML (alongside Mirror’s required apiVersion: 3 field).
Without use_dedicated_ip: true, pipelines connect from dynamic IPs and an IP-restricted firewall will reject the connection.