> For the complete documentation index, see [llms.txt](https://docs.keeper.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keeper.io/keeperpam/jp/privileged-access-manager/universal-secrets-sync/discovery-using-the-vault.md).

# ボルトを使用したユニバーサルシークレット同期

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

本ページでは、ボルトUIからユニバーサルシークレット同期 (USS) の同期操作を開始し、確認する方法について取り扱います。

{% hint style="info" icon="pencil-line" %}
続行する前に、[ユニバーサルシークレット同期の基本](/keeperpam/jp/privileged-access-manager/universal-secrets-sync/discovery-basics.md)をご参照ください。PAM構成とKeeperゲートウェイが正しくセットアップされていることをご確認ください。
{% endhint %}

### 自動同期 <a href="#automatic-sync" id="automatic-sync"></a>

PAM構成で**ドライラン**が有効でない場合、リンクされたフォルダ内のKeeperレコードが作成または更新されるたびにUSSが自動実行されます。ボルトUIから手動操作は不要です。

同期アクティビティを監視するには、管理コンソールのレポート・アラートセクションでイベントを確認してください。

### 手動同期（ドライランモード） <a href="#dry-run-mode" id="dry-run-mode"></a>

**ドライラン**が選択されている場合、明示的に承認するまで変更はクラウドプロバイダへプッシュされません。

**手順1:** リンクされたフォルダを開く

USS構成のリンクされたフォルダのいずれかに移動し、**\[更新をプッシュ]** を選択します。

<img src="/files/Io0XvfUdKFVdJ6uhxdAH" alt="" height="465" width="704">

**手順2:** シークレットを確認

クラウドプロバイダで作成または更新されるすべてのシークレットのプレビューが表示されます。続行する前に一覧を慎重に確認してください。

**手順3:** 確定またはキャンセル

**\[今すぐ同期]** をクリックして変更をクラウドプロバイダへプッシュします。変更を加えずにキャンセルする場合は、**\[今すぐ同期]** をクリックせずにダイアログを閉じます。

<img src="/files/6W5Oj0GY6ql15w4xCqsV" alt="" height="451" width="704">

**手順4:** 結果を確認

**\[今すぐ同期]** をクリックした後、ボルトに同期結果の確認が表示されます。アプリケーションまたはフォルダビューの最終同期タイムスタンプとステータスを確認し、操作が正常に完了したことを確認してください。

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

#### 関連ページ

* [USS概要](/keeperpam/jp/privileged-access-manager/universal-secrets-sync.md#pdf-page-dqtjnnk6pra4mfdizdco-what-is-keeper-discovery): 機能の概要、アーキテクチャ、主な機能
* [ユニバーサルシークレット同期の基本](/keeperpam/jp/privileged-access-manager/universal-secrets-sync/discovery-basics.md): 要件とPAM構成のセットアップ
* [移行ガイド](/keeperpam/jp/privileged-access-manager/universal-secrets-sync/universal-secrets-sync-migration-guide.md): 既存のクラウドシークレットのインポートと、1つのワークフローでのUSS構成
* [コマンダーを使用したユニバーサルシークレット同期](/keeperpam/jp/privileged-access-manager/universal-secrets-sync/discovery-using-commander.md): CLIリファレンスとドライランのワークフロー


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.keeper.io/keeperpam/jp/privileged-access-manager/universal-secrets-sync/discovery-using-the-vault.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
