# コマンダー 17.2.10

Keeperコマンダーv17.2.10リリース

## **新機能**

* CSPM連携タイプ追加 — `public-api-key` の対応連携タイプとしてCSPMを追加。
* `pam action debug` コマンド追加 — トラブルシューティング向けに、レコード関連データをすべてJSON形式で出力する新コマンドを追加。
* PAMグラフの検査機能 — `inspect_resource_in_graph` 機能を追加。あわせて、JIT/AI暗号化設定に関する不具合を修正。
* KCMエクスポートスクリプト — KCMリソースをPAMプロジェクトテンプレートへエクスポートするスクリプトを追加。
* PAM KCMインポーターテンプレート対応 — PAM KCMインポーターがテンプレートJSONファイル入力に対応。

## **改善点**

* ターミナルリサイズ対応 — ターミナルサイズの追跡とリサイズイベントのguacd転送に対応し、リモートセッション処理を改善。
* カスタムフィールドのフォールバック処理 — ファイルストレージ未設定時に、 `config` および `service_config` ファイルタイプ向けフォールバック処理を追加 (KC-KEPM関連)。
* フィールドラベル自動設定 — `record-add` 実行時、レコードタイプスキーマからフィールドラベルを自動設定するよう改善。
* フィールドタイプによる検索フォールバック — フィールドタイプラベルが存在しない場合、フィールドタイプを使用して検索するよう改善。
* SaaSユーザーACLの修正 — SaaSユーザー向けACL属性が正しく設定されるよう改善。

## **バグ修正**

* パスワードスコアの計算停止 — パスワードが長すぎる場合にパスワードスコアの計算が停止する不具合を修正。


---

# Agent Instructions: 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:

```
GET https://docs.keeper.io/release-notes/jp/developer-tools/commander/commander-17.2.10.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
