Skip to main content

Privacera Documentation

Add a resource data source on Privacera Platform

  1. Select the settings icon in a data source detail box to add resources to your system. Resources can be applications, tables, or filesystems.

  2. Select an application from the drop-down menu.

  3. Enter a Name, an optional Description, and an Application Code in the Application Detail dialog box.

  4. Set the status toggle to Enable.

  5. Click Save.

    Note

    You can optionally test your data source connection at this point by selecting Test Connection.

  6. Select the Application Properties tab. You can import exsting application properties from a file using the Import Properties option. Open a browser window, select a JSON file, and click Add.

  7. In the Add New Properties section, add the following properties for Dataserver. Add one property per line.

    SSL: If SSL is enabled for Dataserver, use the following properties.

    explorer_proxy_enable=true 
    explorer_proxy_host=dataserver 
    explorer_proxy_port=8282 
    explorer_proxy_protocol=https 
    explorer_protocol=http

    Non-SSL: If SSL is not enabled for Dataserver, use the following properties.

    explorer_proxy_enable=true 
    explorer_proxy_host=dataserver 
    explorer_proxy_port=8181 
    explorer_proxy_protocol=http 
    explorer_protocol=http
  8. Click Test Connection.

  9. Click Next.

    Note

    To minimize the inflow of audits to Privacera, there is an option to add inclusion filter support for CDH (HDFS and Hive).

    A success banner displays upon a successful addition.