> 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/connect-concepts.md).

# 概念を結びつける

1Password Connect に関連する概念について紹介します。

### **サーバーを接続する** <a href="#id-5iewy98ojrxe" id="id-5iewy98ojrxe"></a>

Connect サーバーは、ネットワークに展開して、インフラストラクチャ内から 1Password アイテムを管理および同期できるツールです。

### **資格情報** <a href="#uyfwzxrqm34i" id="uyfwzxrqm34i"></a>

Connect サーバーを認証するには、次の 2 つの重要な情報が必要です。

* 1password-credentials.json​ファイル
* Connect サーバー トークン

#### **1password-credentials.json**[**​**](https://developer.1password.com/docs/connect/concepts/#1password-credentialsjson) <a href="#hxxjwzcnni3v" id="hxxjwzcnni3v"></a>

Connect サーバーをCreateすると、その Connect サーバー インスタンスに対して一意の という名前の資格情報ファイルが生Createされます。このファイルには、 [Connect サーバー インスタンスを展開する](https://developer.1password.com/docs/connect/get-started/#step-2-deploy-1password-connect-server)1password-credentials.jsonために必要な全ての情報が含まれています。

#### **サーバートークン** <a href="#vvt54kjqp1e0" id="vvt54kjqp1e0"></a>

Connect サーバー トークンは、Connect サーバーが[Connect REST API](https://developer.1password.com/docs/connect/connect-api-reference/)などの 1Password サービスで認証できるようにする認証文字列です。

Connect サーバーをCreateするときに、アクセスできる保管庫を選択します。Connect サーバーは、Connect サーバー トークンを通じて明示的にアクセスを許可された保管庫にのみアクセスできます。

各 Connect サーバーは 1 つ以上の Connect サーバー トークンを持つことができ、これにより、よりきめ細かな[アクセス制御が](https://developer.1password.com/docs/connect/connect-security/#access-control)可能になります。Connect サーバー トークンは、アクセスを許可した保管庫内の情報にのみアクセスできます。これにより、Connect サーバー デプロイメントがアクセスできる保管庫をよりきめ細かく制御できます。例えば、Connect サーバー トークンに、Connect サーバーがアクセスできる保管庫の特定のサブセットへのアクセスを許可できます。

[1Password Connect サーバーのセキュリティ](https://developer.1password.com/docs/connect/connect-security/)について詳しくは、こちらをご覧ください。

### **コンテナを接続する** <a href="#w4tgnbehdlkr" id="w4tgnbehdlkr"></a>

デプロイされた Connect サーバーの各インスタンスは、同じネットワークで実行される 2 つの Docker コンテナで構成されます。

* [Connect sync container](https://developer.1password.com/docs/connect/concepts/#connect-sync-container)
* [Connect API container](https://developer.1password.com/docs/connect/concepts/#connect-api-container)

どちらのコンテナも、データの暗号化されたコピーをSaveするために共有ボリュームが必要です。Connect[サーバーの構成](https://developer.1password.com/docs/connect/connect-server-configuration/)の詳細については、こちらをご覧ください。

#### **Connect sync container** <a href="#ls1ny44yavy2" id="ls1ny44yavy2"></a>

Connect 同期コンテナは、Connect サーバー上の情報を 1Password.com と同期させます。Docker Hub で表示します: [1password/connect-sync](https://hub.docker.com/r/1password/connect-sync)。

#### **Connect API container** <a href="#id-5q9mftxmguk1" id="id-5q9mftxmguk1"></a>

Connect API コンテナは[Connect REST API](https://developer.1password.com/docs/connect/connect-api-reference/)を提供します。Docker Hub で表示します: [1password/connect-api](https://hub.docker.com/r/1password/connect-api)。

### **環境変数** <a href="#ny9czg86h3l9" id="ny9czg86h3l9"></a>

Connect サーバーには、[ 1Password CLI](https://developer.1password.com/docs/connect/connect-cli/)や[CI/CD パイプライン ツール](https://developer.1password.com/docs/ci-cd/)などの統合に Connect サーバーに関する情報を提供するために使用できる環境変数のコレクションがあります。これらの環境変数は、構成[環境変数](https://developer.1password.com/docs/connect/connect-server-configuration/#environment-variables)とは異なります。![](/files/dzC0ODZHZLW1DEneAzfn)


---

# 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/connect-concepts.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.
