Level Up - Secret Manager

Sdílet
Vložit
  • čas přidán 5. 09. 2024
  • Welcome to Level Up, the show where we show you how to build solutions hands-on with Google Cloud Platform. #GoogleCloudLevelUp
    In this episode Jerome Poudevigne, Startup Architect, shows you how to use Secret Manager to secure sensitive account details in App Engine.
    01:00 Secret Manager Explanation
    01:53 Demo Application Walkthrough
    04:20 Three Steps to using Secret Manager in App Engine
    04:34 Enabling Secret Manager
    05:30 Creating Secrets
    06:33 Updating the Demo App Engine Application
    08:33 Testing and Wrap-up
    Free Trial: Google Cloud Platform → goo.gle/2u5itEB
    Hands-on training with Qwiklabs
    → Google Cloud Platform Essentials - goo.gle/2vdcFcf
    Follow us on Twitter
    → / googlecloud_anz
    → / googlecloud_in
    → / googlecloud_sg
    → / googlecloud_id
    Follow us on Facebook
    → / googlecloud
    Subscribe to our Google Cloud APAC channel for more for more episodes where we dive deeper and build on previous examples → goo.gle/2EsiSCC

Komentáře • 16

  • @alexmckay9435
    @alexmckay9435 Před 4 lety +2

    This is a fantastic video. Good combination of entertaining and informative

  • @Oxxygen_io
    @Oxxygen_io Před 4 lety +1

    Thanks, this was just what i needed. going to start working with this today.

  • @NinoMatos
    @NinoMatos Před rokem

    I have to agree with some of the comments. This is very nice explained but this touches the APP Engine default service account. Is there a similar video or tutorial for a regular nodejs microservice that is not an app? Google Secrets could be way more widely used if there was proper documentation around it.

  • @villeheikkinen4756
    @villeheikkinen4756 Před 3 lety +1

    Brilliant video! #torille

  • @arunsridhar60
    @arunsridhar60 Před 3 lety

    Can access to the keys in the secret manager based on service accounts?

  • @alexanderlewzey1102
    @alexanderlewzey1102 Před 4 lety

    This is great but what i don't understand you authenticate the google client from within the program without putting your service account in your code/container?

    • @GoogleCloudAPAC
      @GoogleCloudAPAC  Před 4 lety +1

      This example was running in App Engine. By default, code deployed with App Engine are associated with the App Engine default service account. The IAM steps in this video starting from 04:50 onwards show how to add the 'Secret manager secret accessor' role to that App Engine default service account

    • @arunskumar21
      @arunskumar21 Před 3 lety +2

      @@GoogleCloudAPAC Is there anyway I can make use of secret manager without having to keep the service account key in the code for local development of an app which uses Google Cloud resources like Google Drive API and CloudSQL?

    • @grenardmadrigal4323
      @grenardmadrigal4323 Před 3 lety

      @@arunskumar21 Did you ever figure this out?

  • @dsheli3
    @dsheli3 Před 4 lety

    Are these files on github anywhere?

    • @GoogleCloudAPAC
      @GoogleCloudAPAC  Před 4 lety

      Here is one similar tutorial example on GitHub: cloud.google.com/community/tutorials/secrets-manager-python

    • @GoogleCloudAPAC
      @GoogleCloudAPAC  Před 4 lety

      And the quickstarts are here: cloud.google.com/secret-manager/docs/quickstart?hl=en

    • @morhafshamia5352
      @morhafshamia5352 Před 3 lety +1

      this is google cloud bro, they are the best at not documenting their work so you have to pause this video and compile 10000000 of other videos hahahahah

    • @hiranga
      @hiranga Před 2 lety

      @@morhafshamia5352 fml. aint this the truth.

  • @djstr0b3
    @djstr0b3 Před 2 lety +1

    I'm not sure if the person who edited this understands the purpose of the video. You just flashed the code and starts showing people faces.