[Session] Fix bug with Session index creation and update when using 8.x with a 7.x data archive. #208243
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Security/Session Management
Platform Security - Session Management
Team:Security
Team focused on: Auth, Users, Roles, Spaces, Audit Logging, and more!
In this PR: #204097, we switched from using the index name for searching and used the alias only. If the alias did not exist, we applied the "new mappings" and created the index. And if it did exist, we did nothing. The backport to 8.x had an unintended consequence where calling the index exists API with the alias returned false if searching against a 7.x archive.
The text was updated successfully, but these errors were encountered: