> 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/older/keeper-gateway-v1.5.0.md).

# Keeperゲートウェイ 1.5.0

{% hint style="success" %}
まずはKeeperPAMサンドボックスのセットアップから始めましょう！手順については[こちらのページ](/keeperpam/jp/privileged-access-manager/quick-start-sandbox.md)をご覧ください。
{% endhint %}

すべてのお客様に向けてKeeperPAMの提供を開始しました。

KeeperPAMの詳細については、以下をご覧ください。

* [ウェブサイト](https://www.keepersecurity.com/ja_JP/privileged-access-management/)
* [KeeperPAMの資料](https://docs.keeper.io/keeperpam/jp/)

## 新機能

* [**パスワードローテーションの最適化**](/keeperpam/jp/privileged-access-manager/password-rotation/rotation-overview.md)\
  　すべてのローテーションをボルトUIから一元管理可能
* [**接続**](/keeperpam/jp/privileged-access-manager/connections.md)\
  　対象インフラ内のアセットへ即時かつ安全にアクセス
* [**トンネル**](/keeperpam/jp/privileged-access-manager/tunnels.md)\
  　リモートアクセスを確立するためのネイティブアプリを使用可能
* [**リモートブラウザ分離**](/keeperpam/jp/privileged-access-manager/remote-browser-isolation.md)\
  　ウェブアプリケーションへのアクセスを保護
* [**セッションレコーディングと再生**](/keeperpam/jp/privileged-access-manager/session-recording-and-playback.md)\
  　すべての特権セッションの利用状況を監視
* [**検出 (ディスカバリー )**](/keeperpam/jp/privileged-access-manager/discovery.md)\
  　リソースやアカウントを検出してKeeperにオンボード
* [**エンドポイント特権マネージャー**](/keeperpam/jp/endpoint-privilege-manager/overview.md)\
  　すべての端末に対する特権を統合的に管理
* [**PAM関連ポリシー**](/keeperpam/jp/privileged-access-manager/getting-started/enforcement-policies.md)\
  　PAM機能の権限設定と有効化のためのロール単位のアクセス制御ポリシー

{% hint style="info" %}
KeeperPAMの機能を有効化するにはライセンスが必要です。詳細はKeeperアカウントの担当者までお問い合わせください。
{% endhint %}

## 向上点

* Windows用ゲートウェイインストーラの操作性を改善

## バグ修正

* サービスアカウントのログインの不具合に起因してWindows用ゲートウェイが起動しない不具合を修正


---

# 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/older/keeper-gateway-v1.5.0.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.
