We have a 2.3.8 application that has hard coded passwords in the database.yml file.
If we were to use erb to bring these in from a file outside where in the initialization steps
do I load the file to populate the variable I wish to interpolate?
When I tried to do so in config/environment.rb the erb usage said the variable I use trying to interpolate was not defined.
Trying something similar to what is advocated here
http://rubyrobot.github.io/blog/2014/04/08/secure-rails-deployment-and-passwords-best-practices/
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/7A61E17D-8E3D-41E0-8A83-64D2B997C200%40gmail.com.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment