-
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] Update file data visualizer permissions #101169
Changes from all commits
22b84ab
15df2e6
2473bcf
1e199bd
5fd67e8
8cdff37
988a9fa
ef820e5
62a7868
d542bf8
8ff3b12
a11b0f8
d19e738
db90076
34518bf
8e7c537
df2b11b
d77e042
fc9949f
3d3c2c0
6e49678
940f7b1
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,6 +37,7 @@ export const buildOSSFeatures = ({ | |
privileges: { | ||
all: { | ||
app: ['discover', 'kibana'], | ||
api: ['fileUpload:analyzeFile'], | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I know we discussed Discover as one example of a feature that should grant this functionality, but is that the only one? If I'm reading this right, it looks like we are taking this away from the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, failing tests have just shown that ML still needs to supply this privilege. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Updated in 3d3c2c0 |
||
catalogue: ['discover'], | ||
savedObject: { | ||
all: ['search', 'query', 'index-pattern'], | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like this updated text 👍