# ボルト連携

<figure><img src="/files/okA4XJPBJKfPOXuAt7yh" alt=""><figcaption></figcaption></figure>

## 概要

KeeperシークレットマネージャーはKeeperコネクションマネージャーと統合されており、Keeperボルトに保存されているクレデンシャルを動的に取得できます。この統合により、管理者は、暗号化されたKeeperボルトに保存および保護されたクレデンシャルを使用して、特権セッションを確立できます。

Keeperコネクションマネージャーは[Keeperシークレットマネージャー](https://docs.keeper.io/keeperpam/)を使用して、KeeperボルトからRDP、SSH、MySQL、VNC、およびその他のクレデンシャルに安全にアクセスできます。この統合により、接続クレデンシャルは暗号化されたKeeperボルトで保護され、プレーンテキストで保存されることは決してありません。 接続プロパティで、ホスト名または指定したボルトレコードの識別子を参照指示するだけで、Keeperは実行時に必要なクレデンシャルを取得します。 アクセス用のクレデンシャルがユーザーに開示されることはありません。

{% hint style="success" %}
**このドキュメントは、Keeperシークレットマネージャーが有効化されたKeeperエンタープライズサブスクリプションをすでに利用していることを前提としています。**

* Keeperのサブスクリプションをまだ契約されていない場合は、[こちらのウェブサイト](https://www.keepersecurity.com/start-business-trial.html)から14日間の無料トライアルにご登録ください。
* Keeperサブスクリプションをすでにご利用で、Keeperシークレットマネージャーを有効化されていない場合は、[クイックスタートガイド](/keeperpam/jp/secrets-manager/quick-start-guide.md)をご参照の上有効にしてください。
  {% endhint %}

## 統合機能

* SSH鍵や管理者パスワードなどの接続シークレットをKeeperボルトに安全に保管
* 接続の確立時にKeeperから要求に応じてクレデンシャルを動的に取得
* ハードコードされたクレデンシャルとシークレットを削除
* MySQLパスワードなどのguacamoleプロパティをKeeper ボルトに安全に保管
* [接続グループを使用して、複数のボルトまたはフォルダとの連携を管理](/keeper-connection-manager/jp/vault-integration/multiple-vaults-integration.md)

<figure><img src="/files/20Kq6BGgFQDfJls4GAq2" alt=""><figcaption><p>Keeperシークレットマネージャーを使用するように接続を設定</p></figcaption></figure>


---

# 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/keeper-connection-manager/jp/vault-integration.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.
