Secret Manager 提供 REST API 和 gRPC API 以用于直接在应用中使用或管理密文。本主题介绍了首次使用 Secret Manager 时如何启用 Secret Manager API 并配置 Google Cloud 项目。此步骤是 Secret Manager 中所有任务(包括快速入门)的前提条件。
当您熟悉 Secret Manager 后,建议使用单独的 Google Cloud 项目。删除项目时,也会删除测试期间创建的所有资源,包括收费资源。
如果您是在安装了 Cloud Code 的 IDE 中开发应用,则 Secret Manager 已集成到该扩展程序中。这意味着,您无需离开 IDE 即可创建、查看、更新和使用 Secret。如需详细了解如何将 Secret Manager 与 Cloud Code 搭配使用,请参阅适用于您偏好的 IDE(VS Code、IntelliJ 或 Cloud Shell Editor)的密钥管理指南。
启用 Secret Manager API 和 Google Cloud CLI
- Sign in to your Google Cloud account. If you're new to Google Cloud, create an account to evaluate how our products perform in real-world scenarios. New customers also get $300 in free credits to run, test, and deploy workloads.
-
In the Google Cloud console, on the project selector page, select or create a Google Cloud project.
-
Make sure that billing is enabled for your Google Cloud project.
-
Enable the required API.
- Install the Google Cloud CLI.
-
To initialize the gcloud CLI, run the following command:
gcloud init
-
In the Google Cloud console, on the project selector page, select or create a Google Cloud project.
-
Make sure that billing is enabled for your Google Cloud project.
-
Enable the required API.
- Install the Google Cloud CLI.
-
To initialize the gcloud CLI, run the following command:
gcloud init
后续步骤
- 详细了解如何对 Secret Manager API 进行身份验证和访问。
- 详细了解如何创建密文。
- 详细了解如何添加 Secret 版本。