Add manage_leader_index privilege (#33154)

* Add manage_leader_index privilege

This commit adds the newly added manage_leader_index privilege.

* Iteration

* Update snaps
This commit is contained in:
Jason Tedor 2019-03-13 16:37:08 -04:00
parent 3280ab8ddc
commit 6b0ed49175
No known key found for this signature in database
GPG key ID: FA89F05560F16BC5
3 changed files with 6 additions and 0 deletions

View file

@ -42,6 +42,7 @@ const indexPrivileges = [
'read_cross_cluster',
'manage_follow_index',
'manage_ilm',
'manage_leader_index',
];
export function getClusterPrivileges() {

View file

@ -46,6 +46,7 @@ module.constant('shieldPrivileges', {
'read_cross_cluster',
'manage_follow_index',
'manage_ilm',
'manage_leader_index',
],
applications: []
});

View file

@ -141,6 +141,10 @@ exports[`it renders without crashing 1`] = `
"isGroupLabelOption": false,
"label": "manage_ilm",
},
Object {
"isGroupLabelOption": false,
"label": "manage_leader_index",
},
]
}
selectedOptions={Array []}