mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
adds read_ccr and manage_ccr cluster privileges (#25605)
This commit is contained in:
parent
d8f8a0c26d
commit
1343ef1ec2
3 changed files with 12 additions and 0 deletions
|
@ -17,6 +17,8 @@ const clusterPrivileges = [
|
|||
'monitor_ml',
|
||||
'manage_watcher',
|
||||
'monitor_watcher',
|
||||
'read_ccr',
|
||||
'manage_ccr',
|
||||
];
|
||||
const indexPrivileges = [
|
||||
'all',
|
||||
|
|
|
@ -21,6 +21,8 @@ module.constant('shieldPrivileges', {
|
|||
'monitor_ml',
|
||||
'manage_watcher',
|
||||
'monitor_watcher',
|
||||
'read_ccr',
|
||||
'manage_ccr',
|
||||
],
|
||||
indices: [
|
||||
'all',
|
||||
|
|
|
@ -71,6 +71,14 @@ exports[`it renders without crashing 1`] = `
|
|||
"isGroupLabelOption": false,
|
||||
"label": "monitor_watcher",
|
||||
},
|
||||
Object {
|
||||
"isGroupLabelOption": false,
|
||||
"label": "read_ccr",
|
||||
},
|
||||
Object {
|
||||
"isGroupLabelOption": false,
|
||||
"label": "manage_ccr",
|
||||
},
|
||||
]
|
||||
}
|
||||
selectedOptions={Array []}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue