Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consolidate Index Management missing privileges UX #107484

Open
cjcenizal opened this issue Aug 3, 2021 · 3 comments
Open

Consolidate Index Management missing privileges UX #107484

cjcenizal opened this issue Aug 3, 2021 · 3 comments
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

Comments

@cjcenizal
Copy link
Contributor

We need to consolidate the way missing privileges are handled by the Index Management UI. The Indices, Data Streams, and Index Templates UIs all handle these errors similarly, but Component Templates does things differently.

When testing with a user with the following privileges, Index Management is accessible, but the Indices and Data Streams tabs report the privileges error.

index_management_user: {
  elasticsearch: {
    cluster: ['monitor', 'manage_index_templates'],
  },
},

image

image

Reducing it further shows error for index and component templates too:

index_management_user: {
  elasticsearch: {
    cluster: ['monitor'],
  },
},

image

Note: Component templates has a specific privileges check for manage_index_templates and renders a custom error message.

image

@cjcenizal cjcenizal added chore Feature:Index Management Index and index templates UI Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more labels Aug 3, 2021
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-stack-management (Team:Stack Management)

@cjcenizal cjcenizal added enhancement New value added to drive a business result and removed chore labels Aug 3, 2021
@alisonelizabeth
Copy link
Contributor

Related to #43894.

@alisonelizabeth alisonelizabeth removed the Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more label Sep 17, 2024
@botelastic botelastic bot added the needs-team Issues missing a team label label Sep 17, 2024
@alisonelizabeth alisonelizabeth added Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more and removed Feature:Index Management Index and index templates UI labels Sep 17, 2024
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-management (Team:Kibana Management)

@botelastic botelastic bot removed the needs-team Issues missing a team label label Sep 17, 2024
@alisonelizabeth alisonelizabeth added the Feature:Index Management Index and index templates UI label Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

3 participants