Synchronization Intervals Configuration¶
You can configure the BigQuery connector to control the timing and frequency of various synchronization processes. These settings determine how often the connector synchronizes resources, principals, policies, and audit data with BigQuery and your identity providers.
Proper interval configuration is crucial for balancing real-time data consistency with system performance. Lower intervals provide more up-to-date synchronization but increase system load, while higher intervals reduce system load but may result in delays in policy enforcement and audit data collection.
Synchronization Interval Properties:
Property Name | Description | Default Value | Supported Values |
---|---|---|---|
RESOURCE SYNC INTERVAL | Set the interval for resource sync process in seconds | 60 | Any numeric value in seconds |
PRINCIPAL SYNC INTERVAL | Set the interval for principal sync process in seconds | 420 | Any numeric value in seconds |
PERMISSION SYNC INTERVAL | Set the interval for existing policies sync process in seconds | 540 | Any numeric value in seconds |
AUDIT SYNC INTERVAL | Set the interval for getting access audits process in seconds | 30 | Any numeric value in seconds |
Configuration Steps¶
Warning
- Higher intervals reduce system load but may delay policy enforcement.
- Replace the example values with your actual configuration values.
Restart Required
Any changes to these properties require restarting the BigQuery connector application for the updates to take effect.
-
Navigate to Settings → Applications in the Self-Managed Portal.
-
Select BigQuery from the list of Connected Applications.
-
Click on the application name or the icon, then click on Access Management → ADVANCED tab.
-
Add the following properties under the
Add New Custom Properties
section: -
Click SAVE to apply the changes.
-
SSH to the instance where Privacera Manager is installed.
-
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 -
Add or modify the following properties:
YAML -
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 - Post-installation step which generates Plugin tar ball, updates Route 53 DNS and so on.
-
In PrivaceraCloud, go to Settings → Applications.
-
Select BigQuery from the list of Connected Applications.
-
Click on the application name or the icon, then click on Access Management → ADVANCED tab.
-
Add the following properties under the
Add New Custom Properties
section: -
Click SAVE.
-
Once saved and enabled, the BigQuery connector will start. You can hover on the VIEW LOGS button to check the status, either Running or Stopped.
Note
Perform the following steps only if the connector does not reflect the updated configuration and requires a restart.
Restart the BigQuery Connector:
-
Go to Settings → Applications → select the BigQuery connector application.
-
Edit the application → Disable it → and Save it.
-
Open the same application again and then: Enable it and Save it.
- Prev topic: Advanced Configuration