1

I use Cloud DLP for identify sensitive data but I want allow (whitelist) some data so DLP not identify them.

For example by default I want to match URL infoType so DLP identify it. But I also want to allow certain URL from google.com and yahoo.com. How I can do this?

I am use Node.js client library: https://cloud.google.com/dlp/docs/libraries#using_the_client_library

Wojtek_B
  • 4,245
  • 1
  • 7
  • 21
FlutterFirebase
  • 2,163
  • 6
  • 28
  • 60

1 Answers1

2

You can make whitelist through modifying infotype dectectors.

I'm new to GCP DLP, but I was able to find information on GCP document.

Refer here to get detailed information.

According to this link, You can specify exclusion rules which can whitelist a dictionary, regex, infotypes.

SeungwooLee
  • 959
  • 3
  • 12