Documentation Index
Fetch the complete documentation index at: https://docs.definite.app/llms.txt
Use this file to discover all available pages before exploring further.
Definite IP Address
First things first, if your database has IP address / networking security, you’ll need to whitelist our IP address:
146.148.83.61
34.42.34.129
Here’s how to do this on various cloud platforms
Amazon Web Services (AWS) Security Groups
In the navigation pane, choose Security groups.
Choose the Security Group associated with your database.
In the details pane, choose the Inbound tab, then choose Edit .
In the Type dropdown, select the protocol you want to permit.
In the Source section, enter our IP address in the format: '146.148.83.61/32'.
In the left sidebar, click on VPC network, then click Firewall.
Click Create Firewall Rule .
Enter a name for the firewall rule.
Under Target tags, enter the network tag associated with your instance.
Under Source filter, choose IP ranges.
In the Source IP ranges field, enter our IP address (146.148.83.61).
Under Protocols and ports, select the protocol and ports used by your SQL database.
Microsoft Azure SQL Database Server-Level Firewall Rules
In the left-hand menu, select SQL databases.
In the SQL databases pane, choose your database.
In the toolbar at the top, click Set server firewall.
At the top of the firewall settings page, click + Add client IP.
Enter our IP address in the Start IP and End IP fields.
Snowflake Network Policies
Log in to the Snowflake web interface.
On the top menu, click on Account >> Policies.
Enter a name for the network policy.
In the Allowed IP Addresses field, enter our IP address.
Leave the Blocked IP Addresses field empty.
(Optional) Check the Enforce MFA box for multi-factor authentication.
Assign the network policy to the necessary users or roles.
Google Cloud BigQuery
BigQuery leverages GCP’s security model, and thus it doesn’t offer native IP whitelisting like a traditional database. Instead, it relies on Google Cloud’s Identity and Access Management (IAM) system, OAuth, and other security protocols.
If your BigQuery data is connected to a Compute Engine instance, you can use GCP’s firewall rules:
In the left sidebar, click on VPC network, then click Firewall.
Click Create Firewall Rule.
Enter a name for the firewall rule.
Under Target tags, enter the network tag associated with your instance.
Under Source filter, choose IP ranges.
In the Source IP ranges field, enter our IP address.
Under Protocols and ports, select the protocol and ports used by your Compute Engine instance.
Always remember to only whitelist trusted IP addresses and maintain your security settings updated. Regularly reviewing and updating these settings will help protect your resources from unauthorized access.