summaryrefslogtreecommitdiff
path: root/cloudformation
diff options
context:
space:
mode:
authorBobby Sudekum <bobby@mapbox.com>2017-08-02 09:46:40 -0700
committerGitHub <noreply@github.com>2017-08-02 09:46:40 -0700
commitae1d9eceadb0c7ab556b76e746af567e0a0b9835 (patch)
tree6fd5af17ec577c3c5c063bff712113a212085a13 /cloudformation
parent3faecfe2d5116a5465b7ebf24be4ac63251250af (diff)
downloadqtlocation-mapboxgl-ae1d9eceadb0c7ab556b76e746af567e0a0b9835.tar.gz
Combine AWS keys (#9679)
Diffstat (limited to 'cloudformation')
-rw-r--r--cloudformation/travis.template34
1 files changed, 3 insertions, 31 deletions
diff --git a/cloudformation/travis.template b/cloudformation/travis.template
index 29f2402b20..db4e59eb7e 100644
--- a/cloudformation/travis.template
+++ b/cloudformation/travis.template
@@ -130,22 +130,7 @@
}
]
}
- }
- ]
- }
- },
- "BuildUserKey": {
- "Type": "AWS::IAM::AccessKey",
- "Properties": {
- "UserName": {
- "Ref": "BuildUser"
- }
- }
- },
- "BitriseUser": {
- "Type": "AWS::IAM::User",
- "Properties": {
- "Policies": [
+ },
{
"PolicyName": "get-signing-key",
"PolicyDocument": {
@@ -223,11 +208,11 @@
]
}
},
- "BitriseUserKey": {
+ "BuildUserKey": {
"Type": "AWS::IAM::AccessKey",
"Properties": {
"UserName": {
- "Ref": "BitriseUser"
+ "Ref": "BuildUser"
}
}
},
@@ -312,19 +297,6 @@
]
}
},
- "BitriseAccessKeyId": {
- "Value": {
- "Ref": "BitriseUserKey"
- }
- },
- "BitriseSecretAccessKey": {
- "Value": {
- "Fn::GetAtt": [
- "BitriseUserKey",
- "SecretAccessKey"
- ]
- }
- },
"AndroidInstanceProfile": {
"Value": {
"Fn::GetAtt": [