Skip to content

Commit

Permalink
GetContactInformation perm added (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
ismael-penacho-sysdig authored Jun 6, 2024
1 parent bf4346d commit d5baab4
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates_cspm/CloudAgentlessRole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ Resources:
- "lambda:GetRuntimeManagementConfig"
- "lambda:GetFunction"
Resource: "*"
- Effect: "Allow"
Action: "account:GetContactInformation"
Resource: "*"

Outputs:
RoleARN:
Expand Down
6 changes: 6 additions & 0 deletions templates_cspm/OrgCloudAgentlessRole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ Resources:
- "lambda:GetRuntimeManagementConfig"
- "lambda:GetFunction"
Resource: "*"
- Effect: "Allow"
Action: "account:GetContactInformation"
Resource: "*"
RoleStackSet:
Type: AWS::CloudFormation::StackSet
Properties:
Expand Down Expand Up @@ -148,3 +151,6 @@ Resources:
- "lambda:GetRuntimeManagementConfig"
- "lambda:GetFunction"
Resource: "*"
- Effect: "Allow"
Action: "account:GetContactInformation"
Resource: "*"
3 changes: 3 additions & 0 deletions templates_cspm_cloudlogs/FullInstall.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ Resources:
- "lambda:GetRuntimeManagementConfig"
- "lambda:GetFunction"
Resource: "*"
- Effect: "Allow"
Action: "account:GetContactInformation"
Resource: "*"
CloudLogsRole:
Type: "AWS::IAM::Role"
Properties:
Expand Down
6 changes: 6 additions & 0 deletions templates_cspm_cloudlogs/OrgFullInstall.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ Resources:
- "lambda:GetRuntimeManagementConfig"
- "lambda:GetFunction"
Resource: "*"
- Effect: "Allow"
Action: "account:GetContactInformation"
Resource: "*"
CloudLogsRole:
Type: "AWS::IAM::Role"
Properties:
Expand Down Expand Up @@ -202,3 +205,6 @@ Resources:
- "lambda:GetRuntimeManagementConfig"
- "lambda:GetFunction"
Resource: "*"
- Effect: "Allow"
Action: "account:GetContactInformation"
Resource: "*"
3 changes: 3 additions & 0 deletions templates_cspm_eventbridge/FullInstall.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ Resources:
- "lambda:GetRuntimeManagementConfig"
- "lambda:GetFunction"
Resource: "*"
- Effect: "Allow"
Action: "account:GetContactInformation"
Resource: "*"
EventBridgeRole:
Type: AWS::IAM::Role
Properties:
Expand Down
6 changes: 6 additions & 0 deletions templates_cspm_eventbridge/OrgFullInstall.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,9 @@ Resources:
- "lambda:GetRuntimeManagementConfig"
- "lambda:GetFunction"
Resource: "*"
- Effect: "Allow"
Action: "account:GetContactInformation"
Resource: "*"
EventBridgeRole:
Type: AWS::IAM::Role
Properties:
Expand Down Expand Up @@ -257,6 +260,9 @@ Resources:
- "lambda:GetRuntimeManagementConfig"
- "lambda:GetFunction"
Resource: "*"
- Effect: "Allow"
Action: "account:GetContactInformation"
Resource: "*"
EventBridgeRole:
Type: AWS::IAM::Role
Properties:
Expand Down

0 comments on commit d5baab4

Please sign in to comment.