> For the complete documentation index, see [llms.txt](https://manual.dxable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.dxable.com/1password/1password-integrations.md).

# 1Passwordの統合

統合を使用して、開発ワークフローで 1Password のシークレットに安全にアクセスします。

#### **CI/CD 統合** <a href="#bbprqam77y4j" id="bbprqam77y4j"></a>

CircleCI、GitHub Actions、Jenkins を使用して、CI/CID パイプラインのシークレットに安全にアクセスします。

[もっと詳しく知る](https://developer.1password.com/docs/ci-cd/)

#### **Kubernetes 統合** <a href="#id-1d5tpf25iuzm" id="id-1d5tpf25iuzm"></a>

1Password を Kubernetes Secrets Injector、Kubernetes Operator、または Helm チャートと統合します。

[もっと詳しく知る](https://developer.1password.com/docs/k8s/k8s-integrations/)

#### **Postman** <a href="#p80o7x9ylnv6" id="p80o7x9ylnv6"></a>

**1PasswordにSave**されている API キーやその他のシークレットを、プレーンテキストで公開することなく、安全に Postman に読み込みます。

[もっと詳しく知る](https://go.pstmn.io/1password)

#### **Pulumi ESC** <a href="#tztqsgb6o9tp" id="tztqsgb6o9tp"></a>

1Password から環境に Secrets を動的にインポートします。プロバイダーは Secrets の名前のマップを返します。

[もっと詳しく知る](https://www.pulumi.com/docs/esc/providers/1password-secrets/)

#### **Terraform** <a href="#k42h4ilvx0yi" id="k42h4ilvx0yi"></a>

Connect サーバーまたはサービス アカウントを使用して、保管庫内のアイテムを参照、Create、または更新します。

[もっと詳しく知る](https://developer.1password.com/docs/terraform/)

#### **VS Code** <a href="#asiy909kt0mk" id="asiy909kt0mk"></a>

VS Code 開発ワークフローを 1Password と統合します。

[もっと詳しく知る](https://developer.1password.com/docs/vscode/)


---

# 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://manual.dxable.com/1password/1password-integrations.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.
