mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
adds manage_follow_index index privilege for CCR (#25720)
This commit is contained in:
parent
5bba27efbd
commit
b0a13c9828
3 changed files with 6 additions and 0 deletions
|
@ -33,6 +33,7 @@ const indexPrivileges = [
|
|||
'create_index',
|
||||
'view_index_metadata',
|
||||
'read_cross_cluster',
|
||||
'manage_follow_index',
|
||||
];
|
||||
|
||||
export function getClusterPrivileges() {
|
||||
|
|
|
@ -37,6 +37,7 @@ module.constant('shieldPrivileges', {
|
|||
'create_index',
|
||||
'view_index_metadata',
|
||||
'read_cross_cluster',
|
||||
'manage_follow_index',
|
||||
],
|
||||
applications: []
|
||||
});
|
||||
|
|
|
@ -134,6 +134,10 @@ exports[`it renders without crashing 1`] = `
|
|||
"isGroupLabelOption": false,
|
||||
"label": "read_cross_cluster",
|
||||
},
|
||||
Object {
|
||||
"isGroupLabelOption": false,
|
||||
"label": "manage_follow_index",
|
||||
},
|
||||
]
|
||||
}
|
||||
selectedOptions={Array []}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue