- Platform Release 6.5
- Privacera Platform Installation
- Privacera Platform User Guide
- Privacera Discovery User Guide
- Privacera Encryption Guide
- Privacera Access Management User Guide
- AWS User Guide
- Overview of Privacera on AWS
- Configure policies for AWS services
- Using Athena with data access server
- Using DynamoDB with data access server
- Databricks access manager policy
- Accessing Kinesis with data access server
- Accessing Firehose with Data Access Server
- EMR user guide
- AWS S3 bucket encryption
- Getting started with Minio
- Plugins
- How to Get Support
- Coordinated Vulnerability Disclosure (CVD) Program of Privacera
- Shared Security Model
- Privacera Platform documentation changelog
How-to
GCP
Pub-Sub topic - message scan
Pub-Sub Topic - message scan
Prerequisites
Ensure that following prerequisites are met:
Project should be created on GCP console.
Cluster should have access to cross projects.
Topics to be scanned, should be created under Google Project ID on GCP console.
Pub-Sub result scan topic should be created on GCP console. Eg. pub_sub_scan_result_topic_t1
Steps
On the Privacera Portal, go to Settings, and then click Data Source Registration.
Under GCP system, +Add New Data Source, and then select Google Pub-Sub.
On the Add Data Source dialogue, enter the following properties:
Google Project Id (Mandatory): ${PROJECT_ID}
pubsub.topic.request.user
pubsub.scan.result.topic.prefix: By default, this field auto-populate "pub_sub_scan_result" as prefix.
Example: Topic to scan: topic_t1
Pubsub scan result: pub_sub_scan_result_topic_t1
Note
User is allowed to enter the custom prefix as well, as per the choice.
scan.result.topic: ${Scan_Topic_Name}
Scan.result.topic should be created under Scan.result.project.id. If Scan.result.project.id is not specified, then Scan.result.topic will consider default project id.
scan.result.project.id: ${Specify_ID_of_Project}
If you do not specify the ID of project then system will consider default project id.
Click Save.
Now, add a new Pub-Sub Topic which you want to submit for scan.
a. Log on to GCP console, and navigate to Project > Pub/Sub topics and then click CREATE TOPIC.
Go back to Privacera Portal > Data Source, and then select gcp-Google Pub-Sub from Application list.
a. Under Include Resource, click +Add, and then enter the pub sub topic name. Eg. privacera_scan_topic.
Publish a message on the topic which is added in Include Resource for gcp-Google Pub-Sub.
a. Go to GCP console, and then navigate to Topic > PUBLISH MESSAGE
b. Enter the message in the Message body.
Note
Only the text format is supported in the Message body.
c. Click PUBLISH.
Now, on the Privacera home page, expand the Data Inventory menu, and then click on Classification from left menu.
On the Classification page, select the Pub-sub topic name from search, and then look for the tags which are tagged under Tag column.
Note
Classification is applied as soon as you publish message from GCP console i.e. only for the latest scanned message will be visible on the classification page.
Go to the GCP console, and then check the Pub-Sub scan result topic which was created to publish the scan result, it should have the scan result for all the messages.
Cross-project scanning
Cross-project setup
Prerequisites
Ensure that following prerequisites are met:
Project should be created on GCP console.
Cluster should have access to all cross projects.
Create a topic on GCP console.
Steps
On the Privacera Portal, go to Settings, and then click Data Source Registration.
Under GCP system, +Add New Data Source, and then select Google Cloud Storage.
From the Add Data Source dialogueb box, select/enter the following properties:
Project Id:
${PROJECT_ID}
(Mandatory)scan.result.topic: '${Scan_Topic_Name}` (Mandatory)
Use the same topic name which you have created as part of prerequisites.
scan.result.project.id:
${Specify_ID_of_Cross_Project}
If you do not specify the project ID of cross project, the system will consider it your default project ID.
To verify above configuration, click Test Connection.
Click Save.
Log on to the GCP console, and click Topic.
Search for the topic name, then click VIEW MESSAGES on top panel.
Click PULL, and expand the respective message to view the details.
