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
Add permissions to kibana_system for TI package transforms to support IOC expiration (#94506)
* Add permissions to kibana_system for TI package transforms to support IOC expiration
* Update perm; add tests and changelog
* Apply checks
* update test
* Add perm for ILM policy on source
* Address PR comment
* Update test comments
* retrigger
* Update patterns and add comments
* Remove dot prefix
Copy file name to clipboardExpand all lines: x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/security/authz/store/ReservedRolesStore.java
+26Lines changed: 26 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -864,6 +864,32 @@ public static RoleDescriptor kibanaSystemRoleDescriptor(String name) {
Copy file name to clipboardExpand all lines: x-pack/plugin/core/src/test/java/org/elasticsearch/xpack/core/security/authz/store/ReservedRolesStoreTests.java
+59Lines changed: 59 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1047,6 +1047,65 @@ public void testKibanaSystemRole() {
0 commit comments