Skip to content

An application that monitors new tables added to BigQuery and triggers a DLP when a new table is detected

License

Notifications You must be signed in to change notification settings

polleyg/gcp-auto-dlp-scan-bigquery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gcp-auto-dlp-scan-bigquery

An application that monitors new tables added to BigQuery and triggers a DLP when a new table is detected

protoPayload.serviceData.jobCompletedEvent.job.jobConfiguration.query.destinationTable:* OR
protoPayload.serviceData.jobCompletedEvent.job.jobConfiguration.tableCopy.destinationTable:* OR
protoPayload.serviceData.jobCompletedEvent.job.jobConfiguration.load.destinationTable:* OR
protoPayload.methodName=tableservice.insert 
AND severity!=ERROR 
AND NOT protoPayload.authenticationInfo.principalEmail:@dlp-api.iam.gserviceaccount.com

About

An application that monitors new tables added to BigQuery and triggers a DLP when a new table is detected

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages