> 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/release-notes/jp/enterprise/keeper-gateway/keeper-gateway-1.8.4.md).

# Keeperゲートウェイ 1.8.4

## 改善点 <a href="#improvements" id="improvements"></a>

* **DR-1208:** PAM構成におけるIdP構成との関連付けに対応。
* **DR-1214:** Azureでユーザーのプロパティ (グループ/ロール) の強制プロビジョニングに対応。
* **DR-1253:** PAMマシンおよびPAMデータベースでのIdP認証に対応。
* **DR-1250:** IdPを設定したPAM構成を、別のPAM構成へ関連付けられるよう対応。
* **DR-1249:** Active Directoryにおける特権昇格の検証機能を追加。
* **DR-1277:** ユニバーサルシークレット同期 (USS) で、プレーンテキスト形式のシークレットをサポート。
* **DR-1283:** サービスおよびスケジュール済みタスク機能を改善。

## バグ修正 <a href="#bug-fixes" id="bug-fixes"></a>

* **PG-235:** JITログインの遅延時間が過度に長く設定されている場合の構成検証が不足していた不具合を修正。
* **PG-308:** KeeperDBプロキシで、sourceコマンドによって読み込まれたファイルを使用したセッションの録画が動作しない不具合を修正。
* **PG-314:** JDBCクライアント (DBeaverなど) 使用時にKeeperDBプロキシのMySQLクエリログが空または読み取れない不具合を修正。
* **PG-345:** 大規模AD環境でグループをすべて列挙する処理によりJIT特権昇格がタイムアウトする不具合を修正。
* **PG-351:** KeeperDB起動時に、起動時のドロップダウンメニューで選択した認証情報が使用されない不具合を修正。

## アップデート手順 <a href="#update-instructions" id="update-instructions"></a>

ご利用のプラットフォームに応じた更新手順については、[こちら](/keeperpam/jp/privileged-access-manager/getting-started/gateways.md)のページをご参照ください。


---

# 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/release-notes/jp/enterprise/keeper-gateway/keeper-gateway-1.8.4.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.
