Before connecting, ensure that you whitelist Fabi.ai’s IP addresses in your firewall or security group settings:
3.232.60.87
54.172.255.171
Creating a service account user
1. Access PostgreSQL
Open your PostgreSQL client or connect to the database server using thepsql
command-line tool:
2. Create the service user
Use theCREATE USER
command to define the user and assign a secure password:
- Replace
service_user
with your desired username. - Replace
secure_password
with a strong password.
3. Grant necessary privileges
Fabi.ai needs read access to the schemas that you wish to query. To grant the ability to connect to a database:Connecting PostgreSQK to Fabi.ai
Once you’ve generated your service user credentials, follow the steps in Connecting to Your DataFor information about our industry-leading security practices, check out our Security hub.