Prerequisites for Access Management for PostgreSQL Connector¶
Before setting up the PostgreSQL Connector, make sure the following prerequisites are ready:
Prerequisites | Detail |
---|---|
JDBC URL | Get the JDBC URL for connecting to your PostgreSQL database. |
JDBC Username and Password | Create a PostgreSQL user with admin privileges. This user will be used exclusively by the Privacera Connector to manage access permissions. |
Database, Schema and Table Names | Identify the database, schema, and table names that the connector will manage. Start by managing access to a test schema and its tables. Once all use cases are validated, you can expand management to include all objects in the PostgreSQL database. |
Users and Groups to manage | Determine the Privacera users and groups whose permissions the connector will manage in PostgreSQL. |
- Prev topic: Access Management Overview