Configuring OMNI for Privacera PolicySync Connectors¶
This guide provides an overview and step-by-step guidance for configuring OMNI mode in Privacera PolicySync connectors.
Supported Connectors¶
OMNI mode is currently supported for
- Snowflake
- Databricks Unity Catalog
Choosing Your Deployment Path¶
Select the appropriate configuration path based on your deployment scenario:
| Scenario | Description |
|---|---|
| Existing Deployment | You already have Privacera deployed with Databricks Unity Catalog or Snowflake connector |
| Configuring Omni | You are performing a new Privacera installation |
Note
If you have an existing deployment, you must complete Existing Deployment before proceeding to Configuring Omni.
Existing Deployment¶
Perform the following steps to cleanup the Connector PVC before configuring the Omni Metadata Feature.
We require this action to trigger Metadata Sync from Connector to the Metadata Service for all previously loaded connector resources.
DEPLOYMENT_ENV_NAME
You can get your deployment by running the command
| Bash | |
|---|---|
-
List all the deployments in the namespace.
Bash -
Identify the respective connector deployment and run the following command to scale down the connector deployment to 0.
Bash -
List all the PVC in the namespace
Bash -
Identify the respective connector PVC name. Run the following command to delete the connector PVC.
Bash
Once these steps are completed, refer below section for configuring the Omni feature.
Configuring Omni¶
Data Plane Version Requirement
The data plane must be version 9.2.0.2 or greater to use OMNI mode. If you need to upgrade your data plane, refer to the Upgrading Privacera Manager guide.
Note for Fresh Install Deployment
Please ensure you have completed the Data Plane Configuration before proceeding with this below setup.
-
Privacera Support to configure OMNI for your service.
Important
Before enabling OMNI mode, you need to migrate your existing tag-resource mappings from Ranger to the OMNI metadata service. This ensures that your existing tag-based policies continue to work correctly after the migration.
-
Migrate your existing tag-resource mappings to OMNI.
Follow the instructions in the Ranger to OMNI Tag-Resource Migration Guide to complete this migration.
-
Run the following command to navigate to the
/privacera-managerdirectory. -
Add the below properties to the file
config/custom-vars/vars.privacera-cloud.yml. -
Make sure you have Enabled the Ranger Service Definitions for Access Connectors
Note
If you already have the Connector Service enabled you should skip the above step.
-
Configure your PolicySync Connector with Omni
Tip
Complete the base setup configuration for your specific connector before proceeding:
Snowflake: Snowflake Connector Base Setup.
Databricks Unity Catalog: Databricks Unity Catalog Connector Base Setup.
Important
When following the base setup documentation, skip the OMNI-specific configuration steps—you'll complete those here.
-
Add the below properties to the file
config/custom-vars/connectors/<connector-name>/<instance-name>/vars.connector.<TYPE>.yml- Replace
<connector-name>with your connector name (e.g.,snowflake,databricks-unity-catalog). - Replace
<instance-name>with your instance name (e.g.,instance1,instance2). - Replace
<TYPE>with your connector name (e.g.,snowflake,databricks.unity.catalog).
- Replace
-
-
Apply the Configuration to "Data Plane"
After all the changes are done you can start the connector by running the following instructions:
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.
Related Topics¶
- Prev topic: Managing PolicySync Configurations
- Next topic: About Secure Views