> 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.3.4.md).

# Keeperゲートウェイ v1.3.4

2023年11月18日リリース

## 新機能

* **GovCloud対応**: EC暗号化を必要とするGovCloudのお客様にも完全対応
* ゲートウェイの高度な構成向けカスタムフィールド (`shell`、`Private Key Rotate`) を追加。詳しくは[こちら](/keeperpam/jp/privileged-access-manager/getting-started/gateways/advanced-configuration/gateway-configuration-with-custom-fields.md)をご参照ください
  * 秘密鍵の対応形式をRSA以外にも拡大
    * **対応鍵の追加**: これまで対応していたRSA秘密鍵に加え、`ssh-keygen` で使用可能なアルゴリズムに準拠したed25519、ecdsa、dss形式の秘密鍵に対応
    * **鍵のローテーション**: 秘密鍵のローテーション時に、現在の鍵と同じアルゴリズムおよびビット長で新しい鍵を生成するように変更。任意のアルゴリズムを指定できるカスタムテキストフィールド「Private Key Type」を追加
    * **秘密鍵ローテーションの制御**: 秘密鍵をローテーションするかどうかをユーザーが制御できるカスタムフィールド「Private Key Rotate」を追加

## 改善点とバグ修正

* [`NOOP` オペレーター](/keeperpam/jp/privileged-access-manager/getting-started/gateways/advanced-configuration/gateway-configuration-with-custom-fields.md)用の仮想リソースを追加
  * 管理者認証情報が設定されておらず、NOOPフラグが `TRUE` に設定されている場合、リソースUIDがNone (空) になり、リソース階層が破損してプロバイダーの誤認識が発生する問題がありました。この問題を解決するため、仮想リソースを生成するように変更
* その他、軽微な改善とバグ修正


---

# 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.3.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.
