启用 Secret Manager API

Secret Manager 公开 REST API 和 gRPC API,用于直接或在应用中使用和管理 Secret。本主题介绍了如何启用 Secret Manager API 并将您的 Google Cloud 项目配置为首次使用 Secret Manager。执行此步骤是执行 Secret Manager 中所有任务(包括quickstart)的前提条件。

当您熟悉 Secret Manager 后,建议使用单独的 Google Cloud 项目。删除项目时,也会删除测试期间创建的所有资源,包括收费资源。

如果您在安装了 Cloud Code 的 IDE 中开发应用,该扩展程序已集成 Secret Manager。这意味着您无需离开 IDE 即可创建、查看、更新和使用 Secret。如需详细了解如何将 Secret Manager 与 Cloud Code 搭配使用,请参阅您的首选 IDE、VS CodeIntelliJCloud Shell Editor 的 Secret 管理指南。

启用 Secret Manager API 和 Google Cloud CLI

  1. 登录您的 Google Cloud 账号。如果您是 Google Cloud 新手,请创建一个账号来评估我们的产品在实际场景中的表现。新客户还可获享 $300 赠金,用于运行、测试和部署工作负载。
  2. In the Google Cloud console, on the project selector page, select or create a Google Cloud project.

    Go to project selector

  3. 确保您的 Google Cloud 项目已启用结算功能

  4. Enable the required API.

    Enable the API

  5. Install the Google Cloud CLI.
  6. To initialize the gcloud CLI, run the following command:

    gcloud init
  7. In the Google Cloud console, on the project selector page, select or create a Google Cloud project.

    Go to project selector

  8. 确保您的 Google Cloud 项目已启用结算功能

  9. Enable the required API.

    Enable the API

  10. Install the Google Cloud CLI.
  11. To initialize the gcloud CLI, run the following command:

    gcloud init

后续步骤