Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions RapticoreCrossAccountStack.json
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,15 @@
],
"Resource": "*",
"Sid": "AllowMediaReadOnly"
},
{
"Action": [
"rekognition:DescribeDataset",
"rekognition:DescribeProjects"
],
"Resource": "*",
"Effect": "Allow",
"Sid": "AllowRekognitionReadOnly"
}
],
"Version": "2012-10-17"
Expand Down
10 changes: 8 additions & 2 deletions RapticoreCrossAccountStack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,14 @@ Resources:
- geo:DescribeRouteCalculator
- geo:DescribeGeofenceCollection
- geo:DescribeTracker
Resource: '*'
Resource: "*"
Sid: AllowLocationServiceReadOnly
- Effect: Allow
Action:
- rekognition:DescribeDataset
- rekognition:DescribeProjects
Resource: "*"
Sid: AllowRekognitionReadOnly
- Effect: Allow
Action:
- medialive:DescribeChannel
Expand All @@ -334,7 +340,7 @@ Resources:
- mediaconvert:ListJobs
- mediaconvert:DescribeEndpoints
- mediaconvert:GetPolicy
Resource: '*'
Resource: "*"
Sid: AllowMediaReadOnly

Version: "2012-10-17"
Expand Down
6 changes: 6 additions & 0 deletions freemium/IAMRoleFreemiumCrossAccountStack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,12 @@ Resources:
- mediaconvert:GetPolicy
Resource: '*'
Sid: AllowMediaReadOnly
- Effect: Allow
Action:
- rekognition:DescribeDataset
- rekognition:DescribeProjects
Resource: "*"
Sid: AllowRekognitionReadOnly

Version: "2012-10-17"
PolicyName: RapticoreExtendedViewOnly
Expand Down
9 changes: 9 additions & 0 deletions rapticore_extractor_addon.json
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,15 @@
],
"Resource": "*",
"Sid": "AllowMediaReadOnly"
},
{
"Action": [
"rekognition:DescribeDataset",
"rekognition:DescribeProjects"
],
"Resource": "*",
"Effect": "Allow",
"Sid": "AllowRekognitionReadOnly"
}
],
"Version": "2012-10-17"
Expand Down