mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
[ML] Update file data visualizer permissions (#101169)
* [ML] Update file data visualizer permissions * adding home bundle * fixing translations * removing home from bundles * switching to current user for analysis * adding find structure permission check * clean up * updating text * updating maps * removing has_find_file_structure_permission endpoint * removing more code * adding permission error message * renaming variable * adding fileUpload:analyzeFile back into ML * updating error text * updating snapshots Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
c24318ae40
commit
21dad7edb5
7 changed files with 53 additions and 18 deletions
|
@ -37,6 +37,7 @@ export const buildOSSFeatures = ({
|
|||
privileges: {
|
||||
all: {
|
||||
app: ['discover', 'kibana'],
|
||||
api: ['fileUpload:analyzeFile'],
|
||||
catalogue: ['discover'],
|
||||
savedObject: {
|
||||
all: ['search', 'query', 'index-pattern'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue