Grant indices:admin/get to kibana_server role - #6254
Conversation
PR Reviewer Guide 🔍(Review updated until commit 23e07d9)Here are some key observations to aid the review process:
|
|
Persistent review updated to latest commit 4cbc4b1 |
4cbc4b1 to
80eadfd
Compare
OpenSearch Dashboards checks whether the .kibana index exists before bootstrap using indices:admin/get. The kibana_server catch-all pattern only allowed alias operations, so fresh clusters denied the dashboards server user and blocked saved-object initialization. Fixes opensearch-project#6103 Signed-off-by: MdTanwer <tanw9004167@gmail.com>
80eadfd to
23e07d9
Compare
|
Persistent review updated to latest commit 80eadfd |
|
Persistent review updated to latest commit 23e07d9 |
|
Persistent review updated to latest commit 23e07d9 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6254 +/- ##
==========================================
- Coverage 75.09% 75.04% -0.06%
==========================================
Files 451 451
Lines 29248 29248
Branches 4407 4407
==========================================
- Hits 21965 21949 -16
- Misses 5247 5264 +17
+ Partials 2036 2035 -1 🚀 New features to boost your workflow:
|
Summary
indices:admin/getto thekibana_serverstatic role catch-all (*) index pattern so OpenSearch Dashboards can probe.kibanabefore saved-objects bootstrap on a fresh cluster.Fixes #6103