@Vishal, Thanks for your video, this was really helpful, Can you also pls explain, is it possible to see the de-identified(masked data with * or #) in the big query after transforming.
Is it possible to decrypt through some api the values that result from the DLP? Or is it only possible through another job? Thanks for the video, very complete and practical.
@Vishal: It's nice video and could you tell me how we can mask the images (in de-identify template) only Last 4 or 5 digits from PAN/Aadhar by using Python script instead of using templates? or can we change this template into script? please suggest if have any info! thank you.
Hello You can refer this docs for DLP using python cloud.google.com/python/docs/reference/dlp/latest For your requirement we need to check on exact requirements and available solutions
@www.youtube.com/@techtrapture - Can you please explain how we can create a jenkins job which can scan a GCS bucket and whenever deployment happens to the bucket, it should do DLP scan of the file and fail the pipeline if sensitive data found? Is there a way , will be very help if you can guide this as well?
Hello, Thanks for the comments. Based on your query seems you only need DLP inspect job , which will only detect sensitive content. Please refer below documentation. And use gcloud command in jenkin step/job to trigger DLP inspect job. On second part to fail pipeline is something need to check how we can do that. cloud.google.com/dlp/docs/creating-job-triggers
Excellent session
@Vishal, Thanks for your video, this was really helpful, Can you also pls explain, is it possible to see the de-identified(masked data with * or #) in the big query after transforming.
Yes , masked character you can define if it's * or # or any number.
Thanks so much, it's really helpful
Thank you for watching
Is it possible to decrypt through some api the values that result from the DLP? Or is it only possible through another job? Thanks for the video, very complete and practical.
Could not understand completely, can you share exact requirements?
Great explanation, thanks!
Glad it was helpful!
Does DLP provides data recovery in critical infrastreucture failure ? basically can it work as disastor recoevery?
can we use DLP before injecting data into gcp ,like a pipe line
Great work 🎉
Good demo. Thanks
Thank you 🎉
@Vishal: It's nice video and could you tell me how we can mask the images (in de-identify template) only Last 4 or 5 digits from PAN/Aadhar by using Python script instead of using templates? or can we change this template into script? please suggest if have any info! thank you.
Hello
You can refer this docs for DLP using python
cloud.google.com/python/docs/reference/dlp/latest
For your requirement we need to check on exact requirements and available solutions
is it Possible to call any DLP API using free google account?
Yes , all my videos are from Free trial accounts only. Credits you get in free trail accounts are more than enough
Fantastic 👌👌👌
Thank you! Cheers!
@www.youtube.com/@techtrapture -
Can you please explain how we can create a jenkins job which can scan a GCS bucket and whenever deployment happens to the bucket, it should do DLP scan of the file and fail the pipeline if sensitive data found?
Is there a way , will be very help if you can guide this as well?
Hello,
Thanks for the comments.
Based on your query seems you only need DLP inspect job , which will only detect sensitive content. Please refer below documentation. And use gcloud command in jenkin step/job to trigger DLP inspect job. On second part to fail pipeline is something need to check how we can do that.
cloud.google.com/dlp/docs/creating-job-triggers