> 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/just-in-time-access-jit/keeper-privileged-cloud/configure-and-elevate-access-for-a-pam-database.md).

# PAMデータベースのアクセス構成と昇格

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

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

本ページでは、PAMデータベースレコードを使用して、構成済みIDプロバイダ経由でデータベースへジャストインタイム昇格アクセスを付与する方法を取り扱います。

レコードを共有し、JITおよびワークフロー設定を構成すると、ユーザーはアクセスを要求し、承認された時間枠の間にグループベースの一時昇格を受け取り、常設特権なしでデータベースに接続できます。

データベースアクセスが承認、時間制限、完全な監査の対象である必要がある場合に、この構成を使用します。

### PAMデータベースリソースの構成と共有 <a href="#configure-and-share-the-pam-database-resource" id="configure-and-share-the-pam-database-resource"></a>

以下の例では、IDプロバイダ経由で昇格アクセスを付与するようPAMデータベースレコードを構成しています。**PAM設定**の **\[編集]** を選択して、ワークフローとJITを構成します。

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

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

#### **KeeperDB設定** <a href="#keeperdb-settings" id="keeperdb-settings"></a>

データベースを構成する際、KeeperDBの利用も設定して、データベース管理を容易にできます。詳細については、[KeeperDB](/keeperpam/jp/privileged-access-manager/keeperdb.md)をご参照ください。

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

#### **JIT設定** <a href="#jit-settings" id="jit-settings"></a>

JIT設定では、承認後のアクセス付与方法を定義します。以下の例では、レコードがグループベースの特権昇格を使用しています。データベースがIDプロバイダ経由で認証する場合は、IDプロバイダ経由の認証を有効にします。グループ名は、IDプロバイダ内の対応するグループと一致している必要があります。承認後、ユーザーは構成された期間の間、一時的な昇格を受け取ります。現時点では、IDプロバイダ昇格によるロールベースの昇格には未対応です。

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

#### **ワークフロー設定** <a href="#workflow-settings" id="workflow-settings"></a>

ワークフロー設定では、レコードの承認制御を定義します。以下の例では、レコードが承認を必須とし、アクセスを1時間に制限しています。アクセス時間枠が終了すると、アクティブなセッションは閉じられ、一時的な昇格は削除されます。各要求に理由とチケット番号を必須にすることもできます。

詳しくは、[ワークフロー](/keeperpam/jp/privileged-access-manager/just-in-time-access-jit/workflow.md)をご参照ください。

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

### アクセス要求 <a href="#requesting-access" id="requesting-access"></a>

PAMデータベースレコードがエンドユーザーと共有され、JITおよびワークフロー設定が構成されると、エンドユーザーはKeeperボルトまたはコマンダーからアクセス要求を送信できます。

ワークフローの全体像については、[アクセスワークフロー](/keeperpam/jp/privileged-access-manager/just-in-time-access-jit/keeper-privileged-cloud.md#access-workflow)をご参照ください。


---

# 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/just-in-time-access-jit/keeper-privileged-cloud/configure-and-elevate-access-for-a-pam-database.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.
