> For the complete documentation index, see [llms.txt](https://newdocs.keeper.io/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://newdocs.keeper.io/en/release-notes/enterprise/admin-console/admin-console-17.10.2.md).

# Admin Console 17.10.2

## Overview

Admin Console 17.10.2 delivers improvements to the Agentic AI Governance and KeeperPAM features introduced in 17.9.0 and 17.10.0, alongside a broad set of bug fixes covering KEPM (Keeper Endpoint Privilege Manager) approvals, Risk Management Dashboard, and ARAM (Advanced Reporting and Alerts Module), as well as general UI stability fixes.

## New Features

### New Agentic AI Request Types for KEPM

The Approvals tab has been expanded to support new AI-related request types introduced with the Agentic AI Governance feature for Endpoint Privilege Manager. Administrators can now configure approval workflows for the new request types registered in this release.

<figure><img src="/files/PdDh4xijuZAEYpdDHNoj" alt=""><figcaption><p>Agentic AI Approval Additions</p></figcaption></figure>

### NHI UID Visibility for KeeperPAM

Administrators can now view Non-Human Identity (NHI) UIDs directly from the Admin Console, with the app UID displayed for KSM devices specifically. GovCloud support for NHI UIDs has also been added in this release.

<figure><img src="/files/Y3N87SoqTdkr51nyuSSz" alt=""><figcaption><p>KeeperPAM NHI List</p></figcaption></figure>

### New Event Types for ARAM

The following ARAM event types are now recognized and displayed in the Admin Console:

* **Revealed Password** — triggered when a user reveals a password in the vault
* **Moved Folder** — triggered when a folder is reparented
* **Updated Folder** — triggered when a folder is updated
* **Moved Record** — triggered when a record is moved between folders

## Bug Fixes

* **EM-8977:** Fixed an issue where the Admin Console crashed for certain customers.
* **EM-8976:** Fixed a Security Audit incremental data loop that was preventing reports from being saved.
* **EM-8968:** Fixed bulk user action buttons not displaying correctly on smaller screen widths.
* **EM-8962:** Fixed an error that occurred after clicking "Unlock User" in the Bulk actions menu.
* **EM-8960:** Fixed the KeeperPAM section overlapping on smaller screen widths.
* **EM-8943:** Fixed Risk Management Security Alerts showing an "Unknown Error Occurred" message.
* **EM-8851:** Fixed an admin not being logged out of the Admin Console when removed from the Keeper Administrator role while actively logged in.
* **EM-8757:** All modals can now be closed using the Escape (ESC) key.
* **EM-8749:** Fixed an incorrect download link for the Secret Manager installer.
* **EM-8746:** Fixed multiple display issues on the Risk Management Dashboard.
* **EM-8744:** Fixed the Node dropdown shrinking incorrectly in the Provisioning section.
* **EM-8723:** Fixed layout issues with the new login page image.
* **EM-8660:** Added file/certificate hash information to the request detail modal in KEPM.
* **EM-8594:** Fixed the RSA option not being removed from the 2FA dropdown in Security Audit.


---

# 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://newdocs.keeper.io/en/release-notes/enterprise/admin-console/admin-console-17.10.2.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.
