Skip to content

Commit

Permalink
[EDR Workflows] Execute action RBAC copy updated (#168830)
Browse files Browse the repository at this point in the history
Closes #168061

Copy updated per request, tests aligned.

![Screenshot 2023-10-13 at 12 22
58](https://github.com/elastic/kibana/assets/29123534/fbb4556f-7f42-431d-9963-a0c6cd4b91f4)
  • Loading branch information
szwarckonrad authored Oct 16, 2023
1 parent dcc3f86 commit 167605e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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',
]);
});

Expand Down

0 comments on commit 167605e

Please sign in to comment.