Skip to content

Contact sales

By filling out this form and clicking submit, you acknowledge our privacy policy.
  • Labs icon Lab
  • A Cloud Guru
Labs

Using Cloud Run with Secret Manager

In this lab, we'll deploy an image gallery app that makes an external API call to display a quote of the day. The API call will require a secret key, which we will store securely in Secret Manager and retrieve during an automated deployment with Cloud Build. You should be familiar with the GCP console and Cloud Shell to perform this hands-on lab. Some experience with Python will be beneficial.

Labs

Path Info

Level
Clock icon Intermediate
Duration
Clock icon 30m
Published
Clock icon Aug 21, 2020

Contact sales

By filling out this form and clicking submit, you acknowledge our privacy policy.

Table of Contents

  1. Challenge

    Obtain an API Key and Store It Securely

    1. Follow the instructions at https://favqs.com/api to obtain a developer API key.
    2. Store the key in Secret Manager.
    3. Enable Cloud Firestore in Native mode, specifying the us-east1 region.
  2. Challenge

    Deploy the Application with Cloud Build

    1. Create a Cloud Storage bucket for the app.
    2. Enable the Cloud Run Admin and Service Account User permissions in the Cloud Build settings page.
    3. Add the Secret Manager Secret Accessor IAM role to the Cloud Build service account.
    4. Use a cloudbuild.yaml file to deploy your Cloud Run application. Your build steps should decrypt your secret and pass it to your service as the API_KEY environment variable.

    All the code you need can be found in the image-gallery/4-secrets directory of the course Git repo.

The Cloud Content team comprises subject matter experts hyper focused on services offered by the leading cloud vendors (AWS, GCP, and Azure), as well as cloud-related technologies such as Linux and DevOps. The team is thrilled to share their knowledge to help you build modern tech solutions from the ground up, secure and optimize your environments, and so much more!

What's a lab?

Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.

Provided environment for hands-on practice

We will provide the credentials and environment necessary for you to practice right within your browser.

Guided walkthrough

Follow along with the author’s guided walkthrough and build something new in your provided environment!

Did you know?

On average, you retain 75% more of your learning if you get time for practice.

Start learning by doing today

View Plans