rauchy / one-secret

Easily and securely keep application secrets inside your Rails application.
MIT License
3 stars 1 forks source link

switches to using Rails' path lookup for config/secrets.yml #6

Closed ctaintor closed 10 years ago

ctaintor commented 10 years ago

This is how Rails references config/secrets.yml. The main advantage is the full path and the potential (i guess?) for someone to put the file elsewhere and it still work. The disadvantage is that you need a rails app to be able to lookup secrets.yml... but, you kinda need that anyway...