Skip to content
This repository was archived by the owner on Jun 18, 2025. It is now read-only.

Latest commit

 

History

History
15 lines (13 loc) · 558 Bytes

File metadata and controls

15 lines (13 loc) · 558 Bytes

Echo

All of our secrets are managed by Google Secret Manager. As a developer, your Google account has the required permissions to access all of them. To set up your environment to do so, do the following:

  1. Install the Google Cloud CLI, then initialize it by running the following command:
    gcloud init
    
  2. Create local authentication credentials for your Google Account:
    gcloud auth application-default login