Skip to content

Commit d5baab4

Browse files
GetContactInformation perm added (#121)
1 parent bf4346d commit d5baab4

File tree

6 files changed

+27
-0
lines changed

6 files changed

+27
-0
lines changed

templates_cspm/CloudAgentlessRole.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ Resources:
7070
- "lambda:GetRuntimeManagementConfig"
7171
- "lambda:GetFunction"
7272
Resource: "*"
73+
- Effect: "Allow"
74+
Action: "account:GetContactInformation"
75+
Resource: "*"
7376

7477
Outputs:
7578
RoleARN:

templates_cspm/OrgCloudAgentlessRole.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ Resources:
7272
- "lambda:GetRuntimeManagementConfig"
7373
- "lambda:GetFunction"
7474
Resource: "*"
75+
- Effect: "Allow"
76+
Action: "account:GetContactInformation"
77+
Resource: "*"
7578
RoleStackSet:
7679
Type: AWS::CloudFormation::StackSet
7780
Properties:
@@ -148,3 +151,6 @@ Resources:
148151
- "lambda:GetRuntimeManagementConfig"
149152
- "lambda:GetFunction"
150153
Resource: "*"
154+
- Effect: "Allow"
155+
Action: "account:GetContactInformation"
156+
Resource: "*"

templates_cspm_cloudlogs/FullInstall.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ Resources:
8383
- "lambda:GetRuntimeManagementConfig"
8484
- "lambda:GetFunction"
8585
Resource: "*"
86+
- Effect: "Allow"
87+
Action: "account:GetContactInformation"
88+
Resource: "*"
8689
CloudLogsRole:
8790
Type: "AWS::IAM::Role"
8891
Properties:

templates_cspm_cloudlogs/OrgFullInstall.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ Resources:
8888
- "lambda:GetRuntimeManagementConfig"
8989
- "lambda:GetFunction"
9090
Resource: "*"
91+
- Effect: "Allow"
92+
Action: "account:GetContactInformation"
93+
Resource: "*"
9194
CloudLogsRole:
9295
Type: "AWS::IAM::Role"
9396
Properties:
@@ -202,3 +205,6 @@ Resources:
202205
- "lambda:GetRuntimeManagementConfig"
203206
- "lambda:GetFunction"
204207
Resource: "*"
208+
- Effect: "Allow"
209+
Action: "account:GetContactInformation"
210+
Resource: "*"

templates_cspm_eventbridge/FullInstall.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ Resources:
9595
- "lambda:GetRuntimeManagementConfig"
9696
- "lambda:GetFunction"
9797
Resource: "*"
98+
- Effect: "Allow"
99+
Action: "account:GetContactInformation"
100+
Resource: "*"
98101
EventBridgeRole:
99102
Type: AWS::IAM::Role
100103
Properties:

templates_cspm_eventbridge/OrgFullInstall.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,9 @@ Resources:
139139
- "lambda:GetRuntimeManagementConfig"
140140
- "lambda:GetFunction"
141141
Resource: "*"
142+
- Effect: "Allow"
143+
Action: "account:GetContactInformation"
144+
Resource: "*"
142145
EventBridgeRole:
143146
Type: AWS::IAM::Role
144147
Properties:
@@ -257,6 +260,9 @@ Resources:
257260
- "lambda:GetRuntimeManagementConfig"
258261
- "lambda:GetFunction"
259262
Resource: "*"
263+
- Effect: "Allow"
264+
Action: "account:GetContactInformation"
265+
Resource: "*"
260266
EventBridgeRole:
261267
Type: AWS::IAM::Role
262268
Properties:

0 commit comments

Comments
 (0)