- Lab
-
Libraries: If you want this lab, consider one of these libraries.
- Cloud
- Security

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.

Lab Info
Table of Contents
-
Challenge
Obtain an API Key and Store It Securely
- Follow the instructions at https://favqs.com/api to obtain a developer API key.
- Store the key in Secret Manager.
- Enable Cloud Firestore in Native mode, specifying the us-east1 region.
-
Challenge
Deploy the Application with Cloud Build
- Create a Cloud Storage bucket for the app.
- Enable the Cloud Run Admin and Service Account User permissions in the Cloud Build settings page.
- Add the Secret Manager Secret Accessor IAM role to the Cloud Build service account.
- 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 theAPI_KEY
environment variable.
All the code you need can be found in the
image-gallery/4-secrets
directory of the course Git repo.
About the author
Real skill practice before real-world application
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.
Learn by doing
Engage hands-on with the tools and technologies you’re learning. You pick the skill, we provide the credentials and environment.
Follow your guide
All labs have detailed instructions and objectives, guiding you through the learning process and ensuring you understand every step.
Turn time into mastery
On average, you retain 75% more of your learning if you take time to practice. Hands-on labs set you up for success to make those skills stick.