-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[Breaking change] Dashboard only mode has been removed #81690
Comments
Pinging @elastic/es-ui (Team:Elasticsearch UI) |
I'm going to remove the |
Pinging @elastic/kibana-app-services (Team:AppServices) |
Pinging @elastic/kibana-presentation (Team:Presentation) |
@ThomThomson Can this one be closed? |
Seems to me that this contains a bit more info about the change than #67617 did, and it includes pieces about the upgrade assistant which may be better described in #54755. Maybe we should consolidate some of this information before closing? @azasypkin |
That's correct, I'm going to cover "upgrade assistant" bit in a separate PR and will close this issue as soon as I merge it. |
Handled in #110960 |
Change description
Which release will ship the breaking change?
8.0
Describe the change. How will it manifest to users?
Dashboard-only mode has been removed. Users are advised to use feature privileges instead. Any users who are assigned a role that is configured for dashboard only mode will be able to see other applications besides just Dashboards in Kibana.
How many users will be affected?
Some users will be impacted, but my hunch is that a minority of users will be impacted by this.
What can users do to address the change manually?
Create a new custom-role which only grants read-only access to the Dashboard feature, and assign this role in-place of the dashboard-only mode role
How could we make migration easier with the Upgrade Assistant?
This is a rather large ask, but we'd have to look at Kibana's Advanced Settings in each space to see which roles are specified as dashboard-only mode roles, and create/update custom roles which grant them read-only access to the Dashboard feature.
Are there any edge cases?
No
Test Data
Using the reserved role
Using a custom role
Cross links
N/A
The text was updated successfully, but these errors were encountered: