mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Adds missing cluster privileges to role management screen (#28692)
## Summary Fixes #28689
This commit is contained in:
parent
7f8203715d
commit
4dd4ba13ae
3 changed files with 24 additions and 0 deletions
|
@ -21,6 +21,10 @@ const clusterPrivileges = [
|
|||
'manage_ccr',
|
||||
'manage_ilm',
|
||||
'read_ilm',
|
||||
'monitor_rollup',
|
||||
'manage_rollup',
|
||||
'manage_token',
|
||||
'manage_saml',
|
||||
];
|
||||
const indexPrivileges = [
|
||||
'all',
|
||||
|
|
|
@ -25,6 +25,10 @@ module.constant('shieldPrivileges', {
|
|||
'manage_ccr',
|
||||
'manage_ilm',
|
||||
'read_ilm',
|
||||
'monitor_rollup',
|
||||
'manage_rollup',
|
||||
'manage_token',
|
||||
'manage_saml',
|
||||
],
|
||||
indices: [
|
||||
'all',
|
||||
|
|
|
@ -87,6 +87,22 @@ exports[`it renders without crashing 1`] = `
|
|||
"isGroupLabelOption": false,
|
||||
"label": "read_ilm",
|
||||
},
|
||||
Object {
|
||||
"isGroupLabelOption": false,
|
||||
"label": "monitor_rollup",
|
||||
},
|
||||
Object {
|
||||
"isGroupLabelOption": false,
|
||||
"label": "manage_rollup",
|
||||
},
|
||||
Object {
|
||||
"isGroupLabelOption": false,
|
||||
"label": "manage_token",
|
||||
},
|
||||
Object {
|
||||
"isGroupLabelOption": false,
|
||||
"label": "manage_saml",
|
||||
},
|
||||
]
|
||||
}
|
||||
selectedOptions={Array []}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue