Skip to content

Commit

Permalink
Adding config to APM/ML feature privileges
Browse files Browse the repository at this point in the history
  • Loading branch information
kobelb committed Nov 15, 2018
1 parent 96430b0 commit a4da2eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion x-pack/plugins/apm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export function apm(kibana) {
app: ['apm'],
savedObject: {
all: [],
read: []
read: ['config']
},
ui: []
}
Expand Down
2 changes: 1 addition & 1 deletion x-pack/plugins/ml/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const ml = (kibana) => {
app: ['ml'],
savedObject: {
all: [],
read: [],
read: ['config']
},
ui: [],
},
Expand Down

0 comments on commit a4da2eb

Please sign in to comment.