Refine privilege-checking UX in Index Management #77376
Labels
enhancement
New value added to drive a business result
Feature:Index Management
Index and index templates UI
Team:Kibana Management
Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
Missing privileges for index actions should be surfaced
Per #76617, when you try to perform an action on an index without sufficient privileges (e.g. deleting an index as outlined in the linked issue), the UI shows a toast that says "Forbidden" but no other information. We can make this toast more helpful by surfacing the status code and message from the API:
Surface missing cluster privileges for index templates
When the user is missing the required privileges for managing index templates they just see a 500 error:
We should incorporate the same privileges check used in component templates:
The text was updated successfully, but these errors were encountered: