vebnz / oddit

Odd Information Technology Jobs web application
http://oddit.co.nz
3 stars 0 forks source link

Need to go through and make sure sensitive data isn't being pushed #120

Closed veb closed 8 years ago

veb commented 8 years ago

Like fixtures.json for example as it would have API Keys and such.

We'll need to go back through our commits and kill the ones where we've pushed accidental data.

veb commented 8 years ago

I had a look at https://help.github.com/articles/remove-sensitive-data/

Which led me to https://rtyley.github.io/bfg-repo-cleaner/ but seems to need java. PFFT

veb commented 8 years ago

@avwave is it worth installing Java just for this?

Kingy commented 8 years ago

I did a rebase on the old commit and took out all the sensitive data. The fixtures.json file might be corrupt now so probably can't be loaded but I don't think that matters considering we're making a new one for ourselves and a dummy one for others.

I will let @veb confirm before closing

avwave commented 8 years ago

nixed the fixtures.json from history. lucky i have bfg-repo-cleaner handy.

everyone clone a fresh repo though