Other Operations¶
Exporting Configurations¶
You can export connector configurations in three different ways. Exports are useful if you want to back up your configurations or reuse them in other Privacera Manager deployments.
1. Exporting All Configurations (YAML)¶
Use Case: Ideal when you need to back up or transfer the entire set of connector configurations at once. The resulting YAML files can be used via the Privacera Manager terminal.
Steps:
- In the Portal for Self-Managed, navigate to Settings > Applications.
- On the Applications screen, select the BigQuery.
- Click the Download All Configuration button.
- A zipped file will be downloaded. Inside, you’ll find folders for each connector, each containing a
.yml
configuration file. - You can use these
.yml
files in Privacera Manager via terminal to re-import or restore your configurations as needed.
2. Exporting a Single YAML Configuration File¶
Use Case: Ideal when you only need to back up or transfer the configuration of a single connector. The resulting YAML file can be used via the Privacera Manager terminal.
Steps:
- In the Portal for Self-Managed, go to Settings > Applications.
- On the Applications screen, select the BigQuery. You should be able to see the table with connectors.
- On the BigQuery Applications screen, locate the connector you want to export.
- From the table listing, click the Download icon in the connector’s action menu.
- A zip file will be downloaded, containing a single folder for that connector with its
.yml
configuration file inside. - You can use this
.yml
file in Privacera Manager via terminal to re-import or restore this single connector’s configuration.
3. Exporting a Single JSON Configuration File¶
Use Case: Useful if you prefer to work directly with JSON or want to re-import the configuration directly via the portal.
Steps:
- In the Portal for Self-Managed, go to Settings > Applications.
- On the Applications screen, select the BigQuery. You should be able to see the table with connectors.
- Now, on click the name of the connector you want to export. This step opens the connector’s detailed configuration view.
- Navigate to the Access Management tab.
- Click the Export Properties button.
- A
.json
file will be downloaded. You can import this.json
file directly via the portal into Privacera Manager if needed.
Editing the BigQuery Connector¶
- In the Portal for Self-Managed, go to Settings > Applications.
- On the Applications screen, select the BigQuery. You should be able to see the table with connectors.
- Click the BigQuery connector to open its configuration details.
- In the BigQuery Edit Connector popup, adjust the connector’s Name and Description as needed.
- Navigate to the Access Management tab to modify fields under the Basic and Advanced sections.
- If necessary, toggle the Access Management option to enable or disable it.
- Click Save to apply your changes.
- Confirm that the updated BigQuery connector appears correctly under Applications.
Importing Properties into the BigQuery Connector¶
- In the Portal for Self-Managed, go to Settings > Applications.
- On the Applications screen, select the BigQuery. You should be able to see the table with connectors.
- Click the BigQuery connector to open its configuration details.
- Click on Access Management tab to access the application properties form.
- Update any required fields under the Basic and Advanced tabs.
- If appropriate, toggle the Access Management option to enable or disable it.
- Click Import Properties to open the import popup.
- Upload the file containing the properties to be imported.
- Click Add. The newly imported properties will now appear under the Basic and Advanced tabs.
- Click Save to finalize your changes.
- Verify that the updated BigQuery connector and its newly imported properties are displayed under Applications.