mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[EDR Workflows] Execute action RBAC copy updated (#168830)
Closes https://github.com/elastic/kibana/issues/168061
Copy updated per request, tests aligned.

This commit is contained in:
parent
dcc3f86c41
commit
167605e346
2 changed files with 2 additions and 3 deletions
|
@ -528,8 +528,7 @@ const executeActionSubFeature: SubFeatureConfig = {
|
|||
description: i18n.translate(
|
||||
'securitySolutionPackages.features.featureRegistry.subFeatures.executeOperations.description',
|
||||
{
|
||||
// TODO: Update this description before 8.8 FF
|
||||
defaultMessage: 'Perform script execution on the endpoint.',
|
||||
defaultMessage: 'Perform script execution response actions in the response console.',
|
||||
}
|
||||
),
|
||||
privilegeGroups: [
|
||||
|
|
|
@ -47,7 +47,7 @@ describe('When defining a kibana role for Endpoint security access', { tags: '@e
|
|||
'Host Isolation Perform the "isolate" and "release" response actions.Host Isolation sub-feature privilegeAllNone',
|
||||
'Process Operations Perform process-related response actions in the response console.Process Operations sub-feature privilegeAllNone',
|
||||
'File Operations Perform file-related response actions in the response console.File Operations sub-feature privilegeAllNone',
|
||||
'Execute Operations Perform script execution on the endpoint.Execute Operations sub-feature privilegeAllNone',
|
||||
'Execute Operations Perform script execution response actions in the response console.Execute Operations sub-feature privilegeAllNone',
|
||||
]);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue