Connector Guide¶
Privacera Connectors typically do not change the way users access data services. However, some services may require specific behavioral changes or different approaches. For example, when accessing object stores such as AWS S3 from Apache Spark, you must pass an authentication token (e.g., a JWT) in Spark configurations. Likewise, if a database like PostgreSQL which does not support dynamic native row-level filtering, the Privacera connector will create secure views to enforce Fine-Grained Access Control (FGAC).
For more information on these scenarios and other considerations, refer to the Connector Guide in each connector’s documentation. The connector details can be found from the top menu Connectors Section. Below are links to some of the commonly used connectors:
Common Connector Guides¶
- Prev topic: User Guide