> For the complete documentation index, see [llms.txt](https://help.ppgg.in/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.ppgg.in/courses/get-to-know-secrets-manager.md).

# Secrets Manager

{% hint style="success" %}
对应的[官方文档地址](https://bitwarden.com/help/courses/secrets-manager/)
{% endhint %}

开始使用 Bitwarden Secrets Manager，并开始安全地存储、共享和注入基础架构机密到您的开发管道中。了解如何在 Bitwarden 产品之间切换、添加机密和授予机器访问权限。

<details>

<summary>Secrets Manager 是什么？</summary>

Bitwarden Secrets Manager 是一款安全的解决方案，供开发人员和 DevOps 团队在其基础设施和 CI/CD 管道中存储、管理和部署应用程序机密，例如 API 密钥、数据库凭据和证书。

除下面的视频之外，您还可以查看[产品页面](https://bitwarden.com/products/secrets-manager/)和[书面文档](/docs/secrets-manager/secrets-manager-overview.md)。

</details>

<details>

<summary>在 Bitwarden 产品之间切换</summary>

{% embed url="<https://vimeo.com/840459200>" %}

[此处](https://bitwarden.com/products/)了解更多有关 Bitwarden 所有产品的信息。

</details>

<details>

<summary>添加工程</summary>

{% embed url="<https://vimeo.com/846445432>" %}

[此处](/docs/secrets-manager/your-secrets/projects.md)了解更多有关工程的信息。

* **00:05**：创建工程。
* **00:33**：将人员添加到工程。

</details>

<details>

<summary>添加机密</summary>

{% embed url="<https://vimeo.com/854758635>" %}

[此处](/docs/secrets-manager/your-secrets/secrets.md)了解更多有关机密的信息。

* **00:14**：导入机密。
* **00:47**：调整导入文件。
* **01:52**：如何手动添加机。

</details>

<details>

<summary>创建机器账户</summary>

{% embed url="<https://vimeo.com/845933062>" %}

[此处](/docs/secrets-manager/your-secrets/machine-accounts.md)了解更多有关机器账户的信息。

* **00:10**：什么是机器账户？
* **00:19**：机器账户有什么用？
* **00:33**：如何添加机器账户？

</details>

<details>

<summary>创建和使用访问令牌</summary>

{% embed url="<https://vimeo.com/854806168>" %}

[此处](/docs/secrets-manager/your-secrets/access-tokens.md)了解更多有关访问令牌的信息。

* **00:22**：创建访问令牌。
* **00:57**：使用访问令牌。
* **01:57**：吊销访问令牌。

</details>

<details>

<summary>导出工程和机密</summary>

{% embed url="<https://vimeo.com/846444688>" %}

[此处](/docs/secrets-manager/import-export/export-data.md)了解更多有关导出 Secrets Manager 数据的信息。

* **00:06**：导出工程和机密。

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.ppgg.in/courses/get-to-know-secrets-manager.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
