> 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/developer-tools/automator/automator-version-17.1.3.md).

# Automator Version 17.1.3

Released on August 24, 2026

Automator Version 17.1.3 is a maintenance and security update for the Keeper Approval Automator service. This release introduces configuration deserialization hardening across Keycloak upgrades, and improved status endpoint state reporting.

As documented, ensure all Automator deployments adhere to our recommended [Ingress Requirements](/sso-connect-cloud/device-approvals/automator/ingress-requirements.md), ensuring all inbound traffic is restricted to Keeper's infrastructure.

### Security Updates

* **KAA-166: Keycloak Configuration Deserialization Hardening** Enhanced configuration persistence by updating Keycloak SAML Identity Provider metadata handling in Automator configuration files. Transient metadata reconstruction prevents class incompatibility issues during Keycloak library upgrades.
* **KAA-173: Status Endpoint State Reporting** Updated the `/status` API endpoint response mapping to accurately report the live Automator configuration state (e.g., `RUNNING`) rather than defaulting to `UNKNOWN_STATE`.

### Important Upgrade Information

Updating to version 17.1.3 from older Automator releases (such as 17.1.0 or 17.1.1) may require a setup and re-initialization step if previous configuration files serialized legacy third-party Keycloak classes.

* **For Container Deployments:** Update the container image to `17.1.3` and restart the service. If upgrading from a previous release containing legacy serialized configuration data, run `automator setup <automator-id>` followed by `automator init <automator-id>` via Commander as described in the deployment documentation.
* **For Non-Container Deployments:** Refer to the Keeper Automator documentation to update service binaries and execute `automator setup` / `automator init` if required.

See the [Keeper Automator Documentation](/sso-connect-cloud/device-approvals/automator.md) for full deployment and configuration management instructions.


---

# 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/developer-tools/automator/automator-version-17.1.3.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.
