What gateway users are
A gateway user is an identity that is authorized to connect to CDF via the PostgreSQL protocol. Each user has credentials (such as username and password) that clients use to establish a connection. The user’s permissions determine which CDF data they can query and what operations they can perform.Use cases
- SQL tools: Connect from tools like DBeaver, pgAdmin, or psql to query CDF data as if it were a PostgreSQL database.
- BI integrations: Enable business intelligence tools that support PostgreSQL to connect directly to CDF.
- Custom applications: Build applications that use standard PostgreSQL drivers to access CDF.
Gateway users are separate from CDF API keys and OIDC login. Manage them independently for PostgreSQL-specific access.