adds read_ccr and manage_ccr cluster privileges (#25605)

This commit is contained in:
Larry Gregory 2018-11-14 16:32:50 -05:00 committed by GitHub
parent d8f8a0c26d
commit 1343ef1ec2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 0 deletions

View file

@ -17,6 +17,8 @@ const clusterPrivileges = [
'monitor_ml',
'manage_watcher',
'monitor_watcher',
'read_ccr',
'manage_ccr',
];
const indexPrivileges = [
'all',

View file

@ -21,6 +21,8 @@ module.constant('shieldPrivileges', {
'monitor_ml',
'manage_watcher',
'monitor_watcher',
'read_ccr',
'manage_ccr',
],
indices: [
'all',

View file

@ -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 []}