Skip to content

Using Databricks Native Public Group

This property controls whether PolicySync should use the native public group in Databricks for access grants.

  • True (Default): Grants access to all users via the Databricks public group.
  • False: Disables the public group, and all access must be explicitly assigned to specific users or groups. However, Privacera groups with specified prefixes will still be granted access.
  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/databricks-unity-catalog/instance1/vars.connector.databricks.unity.catalog.yml
    
  3. Set the following property to control whether PolicySync should use the native public group in Databricks for access grants.

    Bash
    CONNECTOR_DATABRICKS_UNITY_CATALOG_USE_NATIVE_PUBLIC_GROUP: "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 - Post-installation step which generates Plugin tar ball, updates Route 53 DNS and so on.

    Bash
    cd ~/privacera/privacera-manager
    ./privacera-manager.sh post-install
    
  1. In PrivaceraCloud portal, navigate to Settings -> Applications.

  2. On the Connected Applications screen, select Databricks Unity Catalog.

  3. Click the pen icon or the Account Name to modify the settings.

  4. On the Edit Application screen, go to Access Management -> ADVANCED tab.

  5. Enable the Use Databricks Unity Catalog native public group for public group access policies option with the toggle button.

  6. Click SAVE to apply the changes.

Comments