# アーキテクチャ

## 概要 <a href="#overview" id="overview"></a>

KeeperPAMはゼロ知識プラットフォームであり、すべてのシークレット、接続、トンネルの暗号化と復号化は、Keeperボルトを通じてエンドユーザーのデバイス上でローカルに行われます。ボルト内のリソースへのアクセスは、権限を持つユーザーに制限されており、安全にセッションやトンネルを確立できます。

Keeperのゼロトラスト接続技術では、認証情報やシークレットを晒すことなく、直接接続を避けながら対象システムへのアクセスの制限と監視を行うことで、セキュリティを強化します。

### 動画によるフロー <a href="#overview" id="overview"></a>

以下の動画では、KeeperPAM全体のデータフローとセキュリティアーキテクチャを説明しています。

{% embed url="<https://vimeo.com/1046903326?share=copy&fl=sv&fe=ci>" %}

上記のVimeoのリンクが表示されない場合は、以下のmp4動画ファイルをダウンロードしてください。

{% file src="/files/jxWeHe7WxM6Dhh2QzdxM" %}

### 本セクションについて

本セクションでは、KeeperPAMの以下の重要な領域について取り扱います。

* [アーキテクチャ図](/keeperpam/jp/privileged-access-manager/getting-started/architecture/system-architecture.md)
* [ボルト (保管庫) のセキュリティ](/keeperpam/jp/privileged-access-manager/getting-started/architecture/vault-security.md)
* [ルーターのセキュリティ](/keeperpam/jp/privileged-access-manager/getting-started/architecture/router-security.md)
* [ゲートウェイのセキュリティ](/keeperpam/jp/privileged-access-manager/getting-started/architecture/gateway-security.md)
* [接続とトンネルのセキュリティ](/keeperpam/jp/privileged-access-manager/getting-started/architecture/connection-and-tunnel-security.md)


---

# Agent Instructions: 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://docs.keeper.io/keeperpam/jp/privileged-access-manager/getting-started/architecture.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.
