summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZachariah Mully <mully@mapbox.com>2019-03-22 11:39:41 -0400
committerZachariah Mully <mully@mapbox.com>2019-03-22 11:39:41 -0400
commitb509e49178daaa6c4654b7c5aa76f0489c5699e6 (patch)
treed39625a496cd0e1c6e0aec2f76b61bfdd1fdbc04
parent2de2b0b068520a55170d23c86f349232b3e28ae7 (diff)
downloadqtlocation-mapboxgl-upstream/rescopeUserPolicy.tar.gz
remove unneeded permissionsupstream/rescopeUserPolicy
-rw-r--r--ci.template112
1 files changed, 0 insertions, 112 deletions
diff --git a/ci.template b/ci.template
index f29d8d1608..85e741d5f4 100644
--- a/ci.template
+++ b/ci.template
@@ -1,4 +1,3 @@
-
{
"AWSTemplateFormatVersion": "2010-09-09",
"Description": "mapbox-gl-native travis resources",
@@ -85,35 +84,6 @@
}
},
{
- "PolicyName": "android",
- "PolicyDocument": {
- "Statement": [
- {
- "Effect": "Allow",
- "Action": [
- "ec2:DescribeInstances",
- "ec2:RunInstances",
- "ec2:CreateTags",
- "ec2:GetConsoleOutput"
- ],
- "Resource": [
- "*"
- ]
- },
- {
- "Effect": "Allow",
- "Action": "iam:PassRole",
- "Resource": {
- "Fn::GetAtt": [
- "AndroidRole",
- "Arn"
- ]
- }
- }
- ]
- }
- },
- {
"PolicyName": "cloudwatch-metrics",
"PolicyDocument": {
"Statement": [
@@ -231,72 +201,6 @@
"Ref": "BuildUser"
}
}
- },
- "AndroidRole": {
- "Type": "AWS::IAM::Role",
- "Properties": {
- "AssumeRolePolicyDocument": {
- "Statement": [
- {
- "Effect": "Allow",
- "Principal": {
- "Service": [
- "ec2.amazonaws.com"
- ]
- },
- "Action": [
- "sts:AssumeRole"
- ]
- }
- ]
- },
- "Policies": [
- {
- "PolicyName": "android-testing",
- "PolicyDocument": {
- "Statement": [
- {
- "Effect": "Allow",
- "Action": [
- "s3:PutObject"
- ],
- "Resource": [
- "arn:aws:s3:::mapbox-gl-testing/android/*"
- ]
- }
- ]
- }
- },
- {
- "PolicyName": "android",
- "PolicyDocument": {
- "Statement": [
- {
- "Effect": "Allow",
- "Action": [
- "s3:PutObject"
- ],
- "Resource": [
- "arn:aws:s3:::mapbox/mapbox-gl-native/android/build/*"
- ]
- }
- ]
- }
- }
- ],
- "Path": "/android-gl-build/travis/role/"
- }
- },
- "AndroidInstanceProfile": {
- "Type": "AWS::IAM::InstanceProfile",
- "Properties": {
- "Roles": [
- {
- "Ref": "AndroidRole"
- }
- ],
- "Path": "/android-gl-build/travis/instance-profile/"
- }
}
},
"Outputs": {
@@ -312,22 +216,6 @@
"SecretAccessKey"
]
}
- },
- "AndroidInstanceProfile": {
- "Value": {
- "Fn::GetAtt": [
- "AndroidInstanceProfile",
- "Arn"
- ]
- }
- },
- "AndroidRole": {
- "Value": {
- "Fn::GetAtt": [
- "AndroidRole",
- "Arn"
- ]
- }
}
}
}