davidski / vulnpryer-aws-orchestration

🎯☁️Automated deployment of a VulnPryer pipline on AWS
http://vulnpryer.net
2 stars 2 forks source link

Using S3 instead of GitHub for cookbook repo #3

Closed davidski closed 9 years ago

davidski commented 9 years ago

Referencing: https://github.com/cascadeo/sch-vulnpryer-orchestration/blob/master/deploy_vulnpryer.cfg#L46

We're using a zip archive containing only a Berksfile for our cookbooks repos. This archive is hosted on S3. Looking at this line, I think I can just edit this to use a type of s3 and add in strings for Username and Password to move to this archive type. Please confirm this is correct.

abbyyacat commented 9 years ago

Just follow the pattern below: {u'Url': u'https://s3.amazonaws.com/bn/file.zip', u'Username': u'test', u'Password': u'**_FILTERED_**', u'Type': u's3'}