Data Loss Prevention(DLP) API in GCP

Поділитися
Вставка
  • Опубліковано 14 лис 2024

КОМЕНТАРІ • 22

  • @sudheervennapu309
    @sudheervennapu309 Рік тому

    Excellent session

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

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

  • @yuzirneymimovic
    @yuzirneymimovic Рік тому +1

    Great explanation, thanks!

  • @crazyprankster1391
    @crazyprankster1391 8 місяців тому

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

  • @sasisai-wk6iu
    @sasisai-wk6iu 7 місяців тому

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

  • @zohebshumaeel5804
    @zohebshumaeel5804 8 місяців тому

    Great work 🎉

  • @touchwithbabu
    @touchwithbabu Рік тому

    Good demo. 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

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

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