> 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/desktop/web-vault-+-desktop-app/vault-release-18.3.0.md).

# Vault Release 18.3.0

## **Improvements**

* **VAUL-7523**: Several front-end enhancements to improve the user experience around managing linked services after a password rotation occurs.&#x20;
  * Visit the [Windows Services and Scheduled Tasks](/keeperpam/privileged-access-manager/password-rotation/service-management.md) docs to learn more.&#x20;
* **VAUL-8883:** Enhanced the front-end UI to directly configure JIT access from the CNAPP Remediate Action modal screen.
  * Visit the [Cloud Security](/keeperpam/privileged-access-manager/cloud-security.md) docs to learn more about CNAPP integrations
* **VAUL-8944:** Added ability to configure Manage Access from the CNAPP Remediate Action modal screen.
* **VAUL-9005:** Implemented trashcan sync and restore for Nested Shared Folders  and records.
* **VAUL-9003:** Implemented move command for Nested Shared Folders and records.
* **VAUL-9002:** Implemented "Deny" option on inherited folder access in Nested Shared Folders.
* **VAUL-9016:** Folder names now display up to two lines of text before truncating, to acommodate for very long folder names.
* **VAUL-9044:** Long folder names are now properly truncated in Create New Record, Legacy Folder Detail, and KSM Detail views.
* **VAUL-9015:** Added Applications tab to nested shared subfolders in the Secrets Manager UI.
* **VAUL-8905:** Refactored and consolidated legacy and new record permissions (Phase I).
* **VAUL-8381:** Users can now select existing shared folders when creating a gateway during onboarding.

## Bug Fixes <a href="#bugs" id="bugs"></a>

* **VAUL-8963:** Fixed an issue where user supplied credentials were not sent correctly for RBI sessions.
* **VAUL-9054:** Fixed an issue where non-KeeperDrive enterprise vaults were using KeeperDrive record-create commands, causing records to vanish.
* **VAUL-9055:** Fixed an issue where KeeperDrive folders could not be shared to teams.
* **VAUL-8701:** Fixed an unexpected EncryptedDataKeyType.NO\_KEY error when logging in with biometrics on a different browser.
* **VAUL-8972:** Fixed an issue where discovery rules were not always saved in the web vault.
* **VAUL-8998:** Fixed missing "Risk Type" information on the CNAPP Vulnerability Details screen.
* **VAUL-9023:** Fixed CNAPP Cloud Security filter counts not updating correctly when filter options are changed.
* **VAUL-9039:** Fixed a broken link in the "Enable JIT flow for CNAPP" remediation.
* **VAUL-9032:** Fixed incorrect label styling in Rotation Settings.
* **VAUL-8371:** Fixed an issue where the PAM graph did not always sync for resources and users without configuration access.
* **VAUL-8908:** Fixed the share dialog title not truncating with an ellipsis for long names.
* **VAUL-8897:** Fixed search returning no results when searching by KeeperDrive folder name or UID.
* **VAUL-8824:** Fixed several design mismatches when editing a folder name in KeeperDrive.
* **VAUL-8691:** Fixed an issue where creating a new shared subfolder in a large vault did not auto-focus on the newly created folder.
* **VAUL-8807:** Fixed missing error message when attempting to add an existing KeeperDrive record to a KeeperDrive folder.

## Web Vault Update Instructions

* To ensure you're using the latest Web Vault, simply reload the vault login page (or Shift+Ctrl/Cmd+R to force refresh)

## Desktop Update Instructions

* If you installed Keeper Desktop directly from the Keeper website, download the latest version from:\
  <https://www.keepersecurity.com/download.html?t=d>
* If you installed Keeper Desktop from the Mac App Store or Microsoft Store, visit the store to perform the update.


---

# 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/desktop/web-vault-+-desktop-app/vault-release-18.3.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.
