Commit 6dae5a0
authored
[JupiterOne] - Fix Cannot execute ILM policy delete step (elastic#140049) (elastic#140058)
This PR focuses on the short term solution which add the `logs-jupiter_one.risks_and_alerts-*` index under the
kibana_system role with deletion privileges to prevent a failed deletion error when the index enters the
deletion phase for the ILM lifecycle, in upcoming PR. As it ships transform pipeline too hence read, write permissions
are also required.
(cherry picked from commit 4646112)
# Conflicts:
# x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/security/authz/store/KibanaOwnedReservedRoleDescriptors.java
# x-pack/plugin/core/src/test/java/org/elasticsearch/xpack/core/security/authz/store/ReservedRolesStoreTests.java1 parent 463ca87 commit 6dae5a0
File tree
3 files changed
+12
-4
lines changed- docs/changelog
- x-pack/plugin/core/src
- main/java/org/elasticsearch/xpack/core/security/authz/store
- test/java/org/elasticsearch/xpack/core/security/authz/store
3 files changed
+12
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
563 | 563 | | |
564 | 564 | | |
565 | 565 | | |
566 | | - | |
| 566 | + | |
| 567 | + | |
567 | 568 | | |
568 | 569 | | |
569 | 570 | | |
| |||
589 | 590 | | |
590 | 591 | | |
591 | 592 | | |
592 | | - | |
| 593 | + | |
| 594 | + | |
593 | 595 | | |
594 | 596 | | |
595 | 597 | | |
| |||
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2002 | 2002 | | |
2003 | 2003 | | |
2004 | 2004 | | |
2005 | | - | |
| 2005 | + | |
| 2006 | + | |
2006 | 2007 | | |
2007 | 2008 | | |
2008 | 2009 | | |
| |||
2027 | 2028 | | |
2028 | 2029 | | |
2029 | 2030 | | |
2030 | | - | |
| 2031 | + | |
| 2032 | + | |
2031 | 2033 | | |
2032 | 2034 | | |
2033 | 2035 | | |
| |||
0 commit comments