Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[android] #5211 - add cloud front configuration to fetch developer ac…
Browse files Browse the repository at this point in the history
…cess token from s3
  • Loading branch information
tobrun committed Jul 4, 2016
1 parent 6281eb2 commit cfbb913
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions cloudformation/travis.template
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,22 @@
}
]
}
},
{
"PolicyName": "get-ci—access-token",
"PolicyDocument": {
"Statement": [
{
"Action": [
"s3:GetObject"
],
"Effect": "Allow",
"Resource": [
"arn:aws:s3:::mapbox/android/ci-access-token/developer-config.xml"
]
}
]
}
}
]
}
Expand Down

0 comments on commit cfbb913

Please sign in to comment.