Identify and Mask sensitive Information using Data Loss Prevention(DLP) API in GCP | Google Cloud

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ม.ค. 2025

ความคิดเห็น • 22

  • @sudheervennapu309
    @sudheervennapu309 ปีที่แล้ว

    Excellent session

  • @crazyprankster1391
    @crazyprankster1391 9 หลายเดือนก่อน

    Does DLP provides data recovery in critical infrastreucture failure ? basically can it work as disastor recoevery?

  • @sasisai-wk6iu
    @sasisai-wk6iu 9 หลายเดือนก่อน

    can we use DLP before injecting data into gcp ,like a pipe line

  • @zohebshumaeel5804
    @zohebshumaeel5804 10 หลายเดือนก่อน

    Great work 🎉

  • @DivyaVijay-x9c
    @DivyaVijay-x9c ปีที่แล้ว +1

    @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.

    • @techtrapture
      @techtrapture  ปีที่แล้ว

      Yes , masked character you can define if it's * or # or any number.

  • @jebarsonsamuel940
    @jebarsonsamuel940 ปีที่แล้ว +1

    Thanks so much, it's really helpful

  • @yuzirneymimovic
    @yuzirneymimovic ปีที่แล้ว +1

    Great explanation, thanks!

  • @4people814
    @4people814 ปีที่แล้ว

    @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.

    • @techtrapture
      @techtrapture  ปีที่แล้ว

      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

  • @HectorGaticaZentaGroup
    @HectorGaticaZentaGroup ปีที่แล้ว +1

    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.

    • @techtrapture
      @techtrapture  ปีที่แล้ว

      Could not understand completely, can you share exact requirements?

  • @kshitijvashist7020
    @kshitijvashist7020 ปีที่แล้ว +1

    is it Possible to call any DLP API using free google account?

    • @techtrapture
      @techtrapture  ปีที่แล้ว +1

      Yes , all my videos are from Free trial accounts only. Credits you get in free trail accounts are more than enough

  • @Pravveenkumur
    @Pravveenkumur ปีที่แล้ว

    Fantastic 👌👌👌

  • @touchwithbabu
    @touchwithbabu ปีที่แล้ว

    Good demo. Thanks

  • @PoonamYadav-ue3it
    @PoonamYadav-ue3it ปีที่แล้ว

    @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?

    • @techtrapture
      @techtrapture  ปีที่แล้ว

      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