Skip to content

Commit b261ff4

Browse files
authored
Merge pull request #40 from lacework-alliances/feat/rain-96090-adding-new-permissions-for-user-notification-and-appstream
feat: rain 96090 add new permissions Closes #39
2 parents 99761e8 + 96318a3 commit b261ff4

File tree

2 files changed

+24
-6
lines changed

2 files changed

+24
-6
lines changed
996 Bytes
Binary file not shown.

templates/lacework-aws-cfg-member.template.yml

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -205,12 +205,6 @@ Resources:
205205
Effect: Allow
206206
Resource:
207207
- '*'
208-
- Sid: STATES
209-
Action:
210-
- 'states:ListTagsForResource'
211-
Effect: Allow
212-
Resource:
213-
- '*'
214208
- Sid: SES
215209
Action:
216210
- 'ses:ListContactLists'
@@ -233,6 +227,10 @@ Resources:
233227
- 'ses:ListSuppressedDestinations'
234228
- 'ses:GetSuppressedDestination'
235229
- 'ses:ListTagsForResource'
230+
- 'ses:GetExportJob'
231+
- 'ses:GetMultiRegionEndpoint'
232+
- 'ses:ListExportJobs'
233+
- 'ses:ListMultiRegionEndpoints'
236234
Effect: Allow
237235
Resource:
238236
- '*'
@@ -334,6 +332,7 @@ Resources:
334332
Action:
335333
- 'appstream:Describe*'
336334
- 'appstream:List*'
335+
- 'appstream:ListTagsForResource'
337336
Effect: Allow
338337
Resource:
339338
- '*'
@@ -770,6 +769,7 @@ Resources:
770769
- 'states:ListExecutions'
771770
- 'states:DescribeMapRun'
772771
- 'states:ListMapRuns'
772+
- 'states:ListTagsForResource'
773773
Effect: Allow
774774
Resource:
775775
- '*'
@@ -1271,6 +1271,23 @@ Resources:
12711271
Effect: Allow
12721272
Resource:
12731273
- '*'
1274+
- Sid: NOTIFICATIONS
1275+
Action:
1276+
- 'notifications:ListEventRules'
1277+
- 'notifications:ListManagedNotificationChildEvents'
1278+
- 'notifications:ListOrganizationalUnits'
1279+
- 'notifications:ListMemberAccounts'
1280+
- 'notifications:ListNotificationConfigurations'
1281+
- 'notifications:ListManagedNotificationConfiguration'
1282+
- 'notifications:ListManagedNotificationEvents'
1283+
- 'notifications:ListTagsForResource'
1284+
- 'notifications:ListManagedNotificationChannelAssociations'
1285+
- 'notifications:ListNotificationEvents'
1286+
- 'notifications:ListChannels'
1287+
- 'notifications:ListNotificationHubs'
1288+
Effect: Allow
1289+
Resource:
1290+
- '*'
12741291
Roles:
12751292
- !Ref LaceworkCrossAccountAccessRole
12761293
LaceworkSnsCustomResource:
@@ -1303,3 +1320,4 @@ Outputs:
13031320
Description: Template version
13041321
Value: "1.0"
13051322

1323+

0 commit comments

Comments
 (0)