Skip to content

Manage Access Audits

Privacera supports access audits for the Dremio connector, enabling you to retrieve and manage access audit logs from Dremio. This functionality is essential for monitoring user access and ensuring compliance with data governance policies.

Configure

  1. SSH to the instance where Privacera Manager is installed.

  2. Run the following command to open the .yml file to be edited.

    If you have multiple connectors, then replace instance1 with the appropriate connector instance name.

    Bash
    vi ~/privacera/privacera-manager/config/custom-vars/connectors/dremio/instance1/vars.connector.dremio.yml
    
  3. Enable access audits by setting the following properties to true:

    YAML
    CONNECTOR_DREMIO_AUDIT_ENABLE: "true"
    CONNECTOR_DREMIO_AUDIT_SOURCE: "audit-table-name"
    

  4. Once the properties are configured, run the following commands to update your Privacera Manager platform instance:

    Step 1 - Setup which generates the helm charts. This step usually takes few minutes.

    Bash
    cd ~/privacera/privacera-manager
    ./privacera-manager.sh setup
    
    Step 2 - Apply the Privacera Manager helm charts.
    Bash
    cd ~/privacera/privacera-manager
    ./pm_with_helm.sh upgrade
    
    Step 3 - Post-installation step which generates Plugin tar ball, updates Route 53 DNS and so on.

    Bash
    cd ~/privacera/privacera-manager
    ./privacera-manager.sh post-install
    

Comments