[EDR Workflows] Execute action RBAC copy updated (#168830)

Closes https://github.com/elastic/kibana/issues/168061

Copy updated per request, tests aligned.

![Screenshot 2023-10-13 at 12 22
58](fbb4556f-7f42-431d-9963-a0c6cd4b91f4)
This commit is contained in:
Konrad Szwarc 2023-10-16 10:35:24 +02:00 committed by GitHub
parent dcc3f86c41
commit 167605e346
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View file

@ -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: [

View file

@ -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',
]);
});