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] Add entity store and asset criticality index privileges to built in Editor and Viewer roles (#129662)
* Adding asset criticality and entity store permissions to built in roles
* Update docs/changelog/129662.yaml
* [CI] Auto commit changes from spotless
* Corrects entity store index pattern
Updates the entity store index pattern to ensure it matches the minimum necessary index name and narrow it down to the correct use case
---------
Co-authored-by: elasticsearchmachine <[email protected]>
Copy file name to clipboardExpand all lines: x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/security/authz/store/KibanaOwnedReservedRoleDescriptors.java
Copy file name to clipboardExpand all lines: x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/security/authz/store/ReservedRolesStore.java
+14-2Lines changed: 14 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,10 @@ 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
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1851,6 +1851,13 @@ public void testKibanaSystemRole() {
0 commit comments