You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the bug?
During 2.4 release testing, the security tests failures are related to action validation feature introduced in this release.
Test failures: opensearch-project/opensearch-build#2649 (comment)
The bug in action validation feature breaks the existing ISM explain API when security enabled totally. If user calls explain API, a java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0 exception shows up.
How can one reproduce the bug?
Reproduce by starting up a security enabled docker cluster, and run security enabled test against it.
What is the bug?
During 2.4 release testing, the security tests failures are related to action validation feature introduced in this release.
Test failures: opensearch-project/opensearch-build#2649 (comment)
The bug in action validation feature breaks the existing ISM explain API when security enabled totally. If user calls explain API, a
java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
exception shows up.How can one reproduce the bug?
Reproduce by starting up a security enabled docker cluster, and run security enabled test against it.
Fix PR: #607
The text was updated successfully, but these errors were encountered: