Tell HN: Github has dozens of public s3 passwords
11–20 of 31 posts
Re: Tell HN: Github has dozens of public s3 passwords
#12" What's the best way to warn these folks? What other credentials are lurking out there?" Sure, posting that on HN is a good way...
Re: Tell HN: Github has dozens of public s3 passwords
#13Re: Tell HN: Github has dozens of public s3 passwords
#14Mark the file as excluded from svn/git.
Make a settings.sample file for the project.
Re: Tell HN: Github has dozens of public s3 passwords
#15Re: Tell HN: Github has dozens of public s3 passwords
#16Rather than store passwords or sensitive config data in a file I'll usually try to store them in an environment variable. Heroku has a little guide on this: http://docs.heroku.com/config-vars
...this kind of thing doesn't have to be Heroku-specific, though.
Re: Tell HN: Github has dozens of public s3 passwords
#17Re: Tell HN: Github has dozens of public s3 passwords
#18I just sent this to a few people (including someone who had forked one of my projects and added their S3 keys to a config file):
Noticed you have your Amazon S3 keys out in the open on github. You might want to remove those config files from your repository as described in the thread here:
http://news.ycombinator.com/item?id=1574211
-Pete
Re: Tell HN: Github has dozens of public s3 passwords
#19In case anyone else made this mistake, Github's help section has an article describing the steps needed to remove sensitive data from a git repo: http://help.github.com/removing-sensitive-data/
Re: Tell HN: Github has dozens of public s3 passwords
#20" What's the best way to warn these folks? What other credentials are lurking out there?" Sure, posting that on HN is a good way...
How about leaving them some README-NOW.txt file in their S3 bucket?
Send them a message on GitHub, perhaps?