Skip to content

Commit d8d1fdf

Browse files
committed
Fixes
1 parent a07f38c commit d8d1fdf

File tree

2 files changed

+8
-24
lines changed

2 files changed

+8
-24
lines changed

modules/response_actions.cft.yaml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -521,15 +521,6 @@ Resources:
521521
# Lambda Functions StackSet
522522
LambdaFunctionsStackSet:
523523
Type: AWS::CloudFormation::StackSet
524-
DependsOn:
525-
- LambdaStackSetExecutionRole
526-
- LambdaStackSetAdministrationRole
527-
- QuarantineUserRole
528-
- FetchCloudLogsRole
529-
- RemovePolicyRole
530-
- ConfigureResourceAccessRole
531-
- CreateVolumeSnapshotsRole
532-
- DeleteVolumeSnapshotsRole
533524
Properties:
534525
StackSetName: !Sub sysdig-secure-ra-${NameSuffix}-lambda
535526
AdministrationRoleARN: !GetAtt LambdaStackSetAdministrationRole.Arn
@@ -896,13 +887,6 @@ Resources:
896887
OrganizationDelegateRolesStackSet:
897888
Type: AWS::CloudFormation::StackSet
898889
Condition: IsOrganizational
899-
DependsOn:
900-
- QuarantineUserRole
901-
- FetchCloudLogsRole
902-
- RemovePolicyRole
903-
- ConfigureResourceAccessRole
904-
- CreateVolumeSnapshotsRole
905-
- DeleteVolumeSnapshotsRole
906890
Properties:
907891
StackSetName: !Sub sysdig-secure-ra-${NameSuffix}-delegate-roles
908892
Description: Sysdig Response Actions Delegate Roles - Multi-Account Deployment

modules/response_actions.components.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
"aws": {
77
"crossAccountRoleName": "{{CrossAccountRoleName}}",
88
"regions": ["{{Regions}}"],
9-
"lambdaNames": {
10-
"quarantineUser": "{{QuarantineUserLambdaName}}",
11-
"fetchCloudLogs": "{{FetchCloudLogsLambdaName}}",
12-
"removePolicy": "{{RemovePolicyLambdaName}}",
13-
"configureResourceAccess": "{{ConfigureResourceAccessLambdaName}}",
14-
"createVolumeSnapshots": "{{CreateVolumeSnapshotsLambdaName}}",
15-
"deleteVolumeSnapshots": "{{DeleteVolumeSnapshotsLambdaName}}"
16-
}
9+
"lambdaNames": [
10+
"{{QuarantineUserLambdaName}}",
11+
"{{FetchCloudLogsLambdaName}}",
12+
"{{RemovePolicyLambdaName}}",
13+
"{{ConfigureResourceAccessLambdaName}}",
14+
"{{CreateVolumeSnapshotsLambdaName}}",
15+
"{{DeleteVolumeSnapshotsLambdaName}}"
16+
]
1717
}
1818
}
1919
},

0 commit comments

Comments
 (0)