diff options
author | Bobby Sudekum <bobby@mapbox.com> | 2017-08-02 09:46:40 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-02 09:46:40 -0700 |
commit | ae1d9eceadb0c7ab556b76e746af567e0a0b9835 (patch) | |
tree | 6fd5af17ec577c3c5c063bff712113a212085a13 | |
parent | 3faecfe2d5116a5465b7ebf24be4ac63251250af (diff) | |
download | qtlocation-mapboxgl-ae1d9eceadb0c7ab556b76e746af567e0a0b9835.tar.gz |
Combine AWS keys (#9679)
-rw-r--r-- | cloudformation/travis.template | 34 |
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": [ |