Manage Database Users

When you connect to a TigerGraph Cloud instance programmatically, such as from connectors like pyTigerGraph or the remote GSQL client, you often need to provide credentials that are created in the database of your cluster. This is different from your TigerGraph Organization account which allows you to log in to clusters in your organization to which you have access.

You can only create database users for clusters created after August 18th, 2022.
database access

Create a database user

Prerequisite

  • Your TigerGraph Cloud account has role Organization Admin

Procedure

  1. From the Cloud portal, go to Clusters.

  2. Find the cluster you want to create users for, and select Access Management.

  3. From the Cluster Access Management page, click Database Access.

  4. Click Add Database User and specify the username and password.

    • Make sure to keep a record of the username and password when you create the user. The password is no longer visible once you leave the page.

  5. Assign roles to the user as needed. For details on TigerGraph’s role-based access control model, see Access Control Model.

Delete a database user

Prerequisite

  • Your TigerGraph Cloud account has role Organization Admin

Procedure

  1. From the Cloud portal, go to Clusters.

  2. Find the cluster you want to create users for, and select Access Management.

  3. From the Cluster Access Management page, click Database Access.

  4. Find the user you want to delete, and click the trashcan Delete button in the Actions column.