Skip to content

Commit

Permalink
ML user should not access the management interface
Browse files Browse the repository at this point in the history
  • Loading branch information
legrego committed Sep 9, 2020
1 parent f862899 commit d28ecd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/plugins/ml/common/types/capabilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ export function getPluginPrivileges() {
...privilege,
api: userMlCapabilitiesKeys.map((k) => `ml:${k}`),
catalogue: [PLUGIN_ID],
management: { insightsAndAlerting: [] },
ui: userMlCapabilitiesKeys,
savedObject: {
all: [],
Expand Down

0 comments on commit d28ecd6

Please sign in to comment.