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
[Security Solution][Entity Analytics][Privileged User Monitoring] Add Privileged User Monitoring index in the Reserved roles store. (elastic#134619)
* Code changes to add Privileged User Monitoring index in the Reserved roles store.
* Fixing compilation errors
* Adding tests relevant to changes in ReservedRolesStore
Copy file name to clipboardExpand all lines: x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/security/authz/store/ReservedRolesStore.java
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,7 @@ public class ReservedRolesStore implements BiConsumer<Set<String>, ActionListene
Copy file name to clipboardExpand all lines: x-pack/plugin/core/src/test/java/org/elasticsearch/xpack/core/security/authz/store/ReservedRolesStoreTests.java
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3815,6 +3815,7 @@ public void testPredefinedViewerRole() {
0 commit comments