Skip to content

Tag Sync Schedule

Control how frequently the Collibra connector reads tags from Collibra and whether it runs a sync immediately when the connector starts.

Configuration

PolicySync Property Privacera Manager Variable Description Default
tag.sync.interval.sec CONNECTOR_TAG_SYNC_INTERVAL_SEC Interval between tag sync runs, in seconds. 900
tag.sync.at.restart.enable CONNECTOR_TAG_SYNC_AT_RESTART_ENABLE When true, run a tag sync immediately when the connector starts. true
  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/collibra/instance1/vars.connector.collibra.yml
    
  3. Update or add the following properties:

    YAML
    CONNECTOR_TAG_SYNC_INTERVAL_SEC: "900"
    CONNECTOR_TAG_SYNC_AT_RESTART_ENABLE: "true"
    
  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 - (Optional) Post-installation step which generates Plugin tar ball, updates Route 53 DNS and so on. This step is not required if you are updating only connector properties.

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