Skip to content

Commit

Permalink
[Security solution] Update serverless roles to include Data Views fea… (
Browse files Browse the repository at this point in the history
#169036)

…ture permissions

## Summary

Align roles with project-controller
  • Loading branch information
patrykkopycinski authored Oct 17, 2023
1 parent 36fcdc7 commit 4113d25
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/kbn-es/src/serverless_resources/roles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@ soc_manager:
- feature_actions.all
- feature_builtInAlerts.all
- feature_osquery.all
- feature_indexPatterns.all # Detections Data Views
resources: "*"

detections_admin:
Expand Down Expand Up @@ -471,6 +472,7 @@ platform_engineer:
- feature_fleet.all
- feature_fleetv2.all
- feature_osquery.all
- feature_indexPatterns.all # Detections Data Views
resources: "*"

endpoint_operations_analyst:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export const getEndpointOperationsAnalyst: () => Omit<Role, 'name'> = () => {
},
{
names: [
'names:',
'.alerts-security*',
'.siem-signals-*',
'.preview.alerts-security*',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@ soc_manager:
- feature_actions.all
- feature_builtInAlerts.all
- feature_osquery.all
- feature_indexPatterns.all # Detections Data Views
resources: "*"

detections_admin:
Expand Down Expand Up @@ -474,6 +475,7 @@ platform_engineer:
- feature_fleet.all
- feature_fleetv2.all
- feature_osquery.all
- feature_indexPatterns.all # Detections Data Views
resources: "*"

endpoint_operations_analyst:
Expand Down

0 comments on commit 4113d25

Please sign in to comment.