Using S3 Bucket for Init Scripts in Databricks Clusters with FGAC¶
This is applicable only Self Managed and Data Plane deployment of Privacera
This section describes how to upload the privacera_custom_conf.zip and initialization script files, specifically ranger_enable.sh
and ranger_enable_scala.sh
, to the S3 location in the Databricks environment.
Pre-requisites¶
- The EC2 instance where Privacera Manager is installed should have the permission to copy init scripts to the S3 bucket.
Setup¶
- SSH into the instance where Privacera Manager is installed.
- Go to the
config
directory.Bash - Run the following command to open the
vars.databricks.plugin.yml
file to be edited.Bash - To upload
ranger_enable.sh
,ranger_enable_scala.sh
andprivacera_custom_conf.zip
files to the S3 location, update the following properties in thevars.databricks.plugin.yml
file: - Once the properties are configured, run the Privacera Manager to update the configurations and upload to S3
Run the following command to run the post install steps:
- Prev topic: Advanced Configuration