Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add bonus for Rails 5.1 Encrypted Secrets #270

Open
jmmastey opened this issue Sep 25, 2017 · 1 comment
Open

Add bonus for Rails 5.1 Encrypted Secrets #270

jmmastey opened this issue Sep 25, 2017 · 1 comment

Comments

@jmmastey
Copy link
Collaborator

There's a new security-related feature that a lot of devs won't be familiar with:

http://weblog.rubyonrails.org/2017/4/27/Rails-5-1-final/#encrypted-secrets

Right now initializers/key.rb has a not-entirely-insecure approach of just completely omitting a production key, but the current state of the art is usually ENV based and I'd like to expand on that in the tutorial.

@jasnow
Copy link
Contributor

jasnow commented Mar 5, 2018

Reference I just found: http://www.rubyflow.com/p/1o0pv1-screencast-encrypted-credentials-in-rails-52

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants