Skip to content

Commit

Permalink
include ML in base privilege
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierM committed Oct 18, 2021
1 parent 8c3b433 commit 3e9e110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/ml/common/types/capabilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export function getPluginPrivileges() {
];
const privilege = {
app: [PLUGIN_ID, 'kibana'],
excludeFromBasePrivileges: true,
excludeFromBasePrivileges: false,
management: {
insightsAndAlerting: ['jobsListLink'],
},
Expand Down

0 comments on commit 3e9e110

Please sign in to comment.