Skip to content

Commit

Permalink
Remove requirement for manage_index_templates privilege for Index Man…
Browse files Browse the repository at this point in the history
…agement.
  • Loading branch information
cjcenizal committed Sep 14, 2020
1 parent dcd119c commit bd02d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/index_management/server/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export class IndexMgmtServerPlugin implements Plugin<IndexManagementPluginSetup,
},
privileges: [
{
requiredClusterPrivileges: ['monitor', 'manage_index_templates'],
requiredClusterPrivileges: ['monitor'],
ui: [],
},
],
Expand Down

0 comments on commit bd02d88

Please sign in to comment.