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

Поделиться
HTML-код
  • Опубликовано: 31 янв 2025

Комментарии • 22

  • @jebarsonsamuel940
    @jebarsonsamuel940 Год назад +2

    Thanks so much, it's really helpful

  • @sudheervennapu309
    @sudheervennapu309 Год назад

    Excellent session

  • @yuzirneymimovic
    @yuzirneymimovic 2 года назад +1

    Great explanation, thanks!

  • @zohebshumaeel5804
    @zohebshumaeel5804 11 месяцев назад

    Great work 🎉

  • @touchwithbabu
    @touchwithbabu Год назад

    Good demo. Thanks

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

  • @Pravveenkumur
    @Pravveenkumur 2 года назад

    Fantastic 👌👌👌

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

  • @crazyprankster1391
    @crazyprankster1391 10 месяцев назад

    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

  • @kshitijvashist7020
    @kshitijvashist7020 Год назад +2

    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

  • @4people814
    @4people814 2 года назад

    @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

  • @PoonamYadav-ue3it
    @PoonamYadav-ue3it 2 года назад

    @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  2 года назад

      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