- PrivaceraCloud Release 4.5
- PrivaceraCloud User Guide
- PrivaceraCloud
- What is PrivaceraCloud?
- Getting Started with Privacera Cloud
- User Interface
- Dashboard
- Access Manager
- Discovery
- Usage statistics
- Encryption and Masking
- Privacera Encryption core ideas and terminology
- Encryption Schemes
- Encryption Schemes
- System Encryption Schemes Enabled by Default
- View Encryption Schemes
- Formats, Algorithms, and Scopes
- Record the Names of Schemes in Use and Do Not Delete Them
- System Encryption Schemes Enabled by Default
- Viewing the Encryption Schemes
- Formats, Algorithms, and Scopes
- Record the Names of Schemes in Use and Do Not Delete Them
- Encryption Schemes
- Presentation Schemes
- Masking schemes
- Create scheme policies on PrivaceraCloud
- Encryption formats, algorithms, and scopes
- Deprecated encryption formats, algorithms, and scopes
- PEG REST API on PrivaceraCloud
- PEG API Endpoint
- Request Summary for PrivaceraCloud
- Prerequisites
- Anatomy of a PEG API endpoint on PrivaceraCloud
- About constructing the datalist for /protect
- About deconstructing the response from /unprotect
- Example of data transformation with /unprotect and presentation scheme
- Example PEG REST API endpoints for PrivaceraCloud
- Audit details for PEG REST API accesses
- Make calls on behalf of another user on PrivaceraCloud
- Privacera Encryption UDF for masking in Databricks
- Privacera Encryption UDFs for Trino
- Syntax of Privacera Encryption UDFs for Trino
- Prerequisites for installing Privacera Crypto plug-in for Trino
- Variable values to obtain from Privacera
- Determine required paths to crypto jar and crypto.properties
- Download Privacera Crypto Jar
- Set variables in Trino etc/crypto.properties
- Restart Trino to register the Privacera Crypto UDFs for Trino
- Example queries to verify Privacera-supplied UDFs
- Azure AD setup
- Launch Pad
- Settings
- General functions in PrivaceraCloud settings
- Applications
- About applications
- Azure Data Lake Storage Gen 2 (ADLS)
- Athena
- Privacera Discovery with Cassandra
- Databricks
- Databricks SQL
- Dremio
- DynamoDB
- Elastic MapReduce from Amazon
- EMRFS S3
- Files
- File Explorer for Google Cloud Storage
- Glue
- Google BigQuery
- Kinesis
- Lambda
- Microsoft SQL Server
- MySQL for Discovery
- Open Source Spark
- Oracle for Discovery
- PostgreSQL
- Power BI
- Presto
- Redshift
- Redshift Spectrum
- Kinesis
- Snowflake
- Starburst Enterprise with PrivaceraCloud
- Starburst Enterprise Presto
- Trino
- Datasource
- User Management
- API Key
- About Account
- Statistics
- Help
- Apache Ranger API
- Reference
- Okta Setup for SAML-SSO
- Azure AD setup
- SCIM Server User-Provisioning
- AWS Access with IAM
- Access AWS S3 buckets from multiple AWS accounts
- Add UserInfo in S3 Requests sent via Dataserver
- EMR Native Ranger Integration with PrivaceraCloud
- Spark Properties
- Operational Status
- How-to
- Create CloudFormation Stack
- Enable Real-time Scanning of S3 Buckets
- Enable Discovery Realtime Scanning Using IAM Role
- How to configure multiple JSON Web Tokens (JWTs) for EMR
- Enable offline scanning on Azure Data Lake Storage Gen 2 (ADLS)
- Enable Real-time Scanning on Azure Data Lake Storage Gen 2 (ADLS)
- How to Get Support
- Coordinated Vulnerability Disclosure (CVD) Program of Privacera
- Shared Security Model
- PrivaceraCloud
- PrivaceraCloud Previews
- Privacera documentation changelog
Scripts for AWS CLI or Azure CLI for managing connected applications
With Launch Pad, you can download a security token and a Linux-based shell script for disabling or checking the status of a connected AWS or Azure application. This allows PrivaceraCloud to control and limit access based on resource policies.
Prerequisites
At least one AWS or Azure application must be connected to PrivaceraCloud, such as S3 or Azure Data Lake Storage Gen 2 (ADLS). See About applications.
For your local Linux-based system, AWS or Azure CLIs and documentation are available Amazon and Microsoft:
Generate security token
This topic describes how to generate the PrivaceraCloud security token.
To generate the Privacera token:
Go to Launch Pad.
Click Privacera Token.
Click + Generate Token.
Generate Token dialog box is displayed.
Enter the username, purpose of the token, select the Never Expire checkbox, and click Generate Token.
Access Key and Secret Key are generated.
Download security token and Linux shell script
The steps to download the security token and shell script are identical between AWS CLI or Azure CLI are similar.
The token is unique to your PrivaceraCloud account. PrivaceraCloud will generate the token, if you are downloading it for the first time. The token is added to the token list, available under Launch Pad > Privacera Token.
AWS
Go to Launch Pad > Setup AWS Cli.
Click Download Token to download and save a token to
.privacera
folder in your home directory For example,$HOME/.privacera/privacera_token
.Click Download Script to download and save the AWS setup script to your Home folder. For example,
$HOME/privacera_aws.sh
.Run the following command to set the script to be executable. The script will run the necessary commands to install and activate the redirection.
chmod a+x ~/privacera_aws.sh
Run the following command to check all the configuration and dependencies status:
. ~/privacera_aws.sh
The following response is displayed:
DataServer is active: [https://ds.privaceracloud.com] Portal is active: [https://privaceracloud.com] Token is active Setting Privacera Cloud Access Manager configurations Privacera Cloud Access Manager configurations are active
Run a command to test the installation:
Run the following command:
~/privacera_aws.sh
Use the following AWS command:
aws s3 <s3-command>
The following is an example of the command:
aws s3 ls
The following response is displayed:
PRE privacera/ PRE privacera_s3/
Azure
On the left navigation, navigate to Launch Pad > Setup Azure Cli.
Click Download Token to download and save a token to
.privacera
folder in your Home directory For example,$HOME/.privacera/privacera_token
.Click Download Script to download and save the Azure setup script to your Home folder. For example,
$HOME/privacera_azure.sh
.Run the following command to set the script to be executable. The script will run the necessary commands to install and activate the redirection.
chmod a+x ~/privacera_azure.sh
Run the following command to check all the configuration and dependencies status:
. ~/privacera_azure.sh
The following response should be displayed:
DataServer is active: [https://ds.privaceracloud.com] Portal is active: [https://privaceracloud.com] Token is active Setting Privacera Cloud Access Manager configurations Privacera Cloud Access Manager configurations are active
Run a command to test the installation:
az storage blob list --container-name privacera --output table
The following response should be displayed:
Name Blob Type Blob Tier Length Content Type Last Modified Snapshot ----------------------------- ----------- ----------- -------- ------------------------ ------------------------- ---------- privacera BlockBlob Hot 2021-01-19T14:03:02+00:00 privacera/json BlockBlob Hot 2021-01-19T14:03:02+00:00 privacera/json/adls BlockBlob Hot 2021-05-27T12:31:03+00:00 test_data.json.gz BlockBlob Hot 622 application/octet-stream 2021-05-21T08:48:06+00:00