Setup - Shared Cluster¶
Shared cluster encryption uses Python UDFs and AWS Secrets Manager for PEG credentials. No init script is required.
Overview¶
- UDF Type: Python UDF (protect, unprotect, mask)
- Init Script: Not required
- AWS: Secrets Manager and IAM role required for credential access
- Prerequisites: Databricks Unity Catalog access setup, PEG setup, AWS account with Secrets Manager
For complete step-by-step instructions, prerequisites, and usage examples, see the Encryption documentation:
Encryption - Setup Shared Cluster
That guide covers:
- Creating the Privacera portal user and generating JWT token
- Creating the IAM role and AWS secret
- Configuring the Databricks service credential
- Enabling PEG URL access in Databricks
- Creating the Python UDFs (protect, unprotect, mask)
- Configuring Privacera resource and scheme policies
- Using the UDFs in SQL
- Prev topic: Setup - Single-User Cluster
- Next topic: Access Management