mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
A new cluster privilege type has been added to ES in [elastic/elasticsearch#35820](https://github.com/elastic/elasticsearch/pull/35820) .
This commit is contained in:
parent
f4ea42332f
commit
fd58b08037
3 changed files with 6 additions and 0 deletions
|
@ -25,6 +25,7 @@ const clusterPrivileges = [
|
|||
'manage_rollup',
|
||||
'manage_token',
|
||||
'manage_saml',
|
||||
'create_snapshot',
|
||||
];
|
||||
const indexPrivileges = [
|
||||
'all',
|
||||
|
|
|
@ -29,6 +29,7 @@ module.constant('shieldPrivileges', {
|
|||
'manage_rollup',
|
||||
'manage_token',
|
||||
'manage_saml',
|
||||
'create_snapshot',
|
||||
],
|
||||
indices: [
|
||||
'all',
|
||||
|
|
|
@ -103,6 +103,10 @@ exports[`it renders without crashing 1`] = `
|
|||
"isGroupLabelOption": false,
|
||||
"label": "manage_saml",
|
||||
},
|
||||
Object {
|
||||
"isGroupLabelOption": false,
|
||||
"label": "create_snapshot",
|
||||
},
|
||||
]
|
||||
}
|
||||
selectedOptions={Array []}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue