GreenStepsChatt / greensteps

This is the web app for Green Steps, a community focused initiative that incentivizes litter cleanup in the Chattanooga area.
https://www.greenstepschatt.com/
MIT License
12 stars 31 forks source link

Consider using encrypted secrets instead of ENV #126

Open crawfoal opened 6 years ago

crawfoal commented 6 years ago

In Rails 5.1 they implemented built-in encrypted secrets. We could store all secret production ENVs in a file that is checked into version control, but it encrypted. The only thing we'd have to store outside of the repo would be the one key that is used to decrypt the secrets file.

Questions/Notes: