-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[ML] Kibana landing page shows file upload link for user without ML permissions #63117
Comments
Pinging @elastic/ml-ui (:ml) |
I believe this fix needs to happen in the |
I looked into the issue and it looks like for now the home app should take care of this. For the app links this filter takes care of removing the reference if the user is not allowed to access: kibana/src/plugins/home/public/services/feature_catalogue/feature_catalogue_registry.ts Line 76 in cba4f34
For the environment this is not happening (but it could in the same way - check the capabilities and set
@elastic/kibana-core-ui Seems like a good first issue to get started with "Home" development - do you want to take over? |
@flash1293 we'll take a look at this for 7.7.1. During our weekly sync, @bmcconaghy noted some other longer term changes that we'd like to make here as well (e.g. turning this around so the plugin is doing the work to determine if the link should appear, etc.). We're currently solely focused on the nav work, so this will likely not get touched for a couple of weeks. Let us know if that becomes a problem. |
Falls into the same category as #21017 |
Addressed by new home page. |
Falls into same category as #21017
Found in version
Browser
Steps to reproduce
Expected result
Actual result
Import a CSV, NDJSON, or log file
link is still there:Additional information
404
page, which is the expected behavior with missing permissionsThe text was updated successfully, but these errors were encountered: