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 |
-
SSH to the instance where Privacera Manager is installed.
-
Run the following command to open the
.ymlfile to be edited.If you have multiple connectors, then replace
instance1with the appropriate connector instance name.Bash -
Update or add the following properties:
-
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.
Step 2 - Apply the Privacera Manager helm charts. 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.
- Prev topic: Advanced Configuration