Configure Service Principal for Databricks OLAC

The DATASERVER_DBX_OLAC_USE_DISPLAY_NAME property is used to control how the Databricks OLAC service principal is displayed in audit logs. The property can be set to either true or false.

  • When set to true (default), the name of the service principal will be displayed as the User in audits.
  • When set to false, the application ID of the service principal will be displayed as the User in audits.
  1. To configure the Databricks OLAC service principal, include the following property in the vars.dataserver.aws.yml file:
    YAML
    DATASERVER_DBX_OLAC_USE_DISPLAY_NAME: "true"
    
  2. Once the properties are configured, refer to the Privacera Manager Quickstart.
  1. In PrivaceraCloud, navigate to Settings -> Applications.
  2. On the Connected Applications screen, select S3.
  3. On the screen, click the edit icon, click on Access Management -> ADVANCED tab.
  4. Add the following property:
    Properties
    dataserver.dbx.olac.use.displayname=true
    
  5. Click the Test Connection button to verify the connection.
  6. Once the connection is successful, click Save.

Comments