rauchy / one-secret

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

Rake tasks to set keys (and get values) for production #1

Open danevron opened 10 years ago

danevron commented 10 years ago

We would like to have a way to set keys for production environment without having to store the production secret_base_key locally.

Something along the lines of: For setting keys:

  >> cap production one_secret:set foo bar

For getting keys:

  >> cap production one_secret:get foo  # => 'bar'

Thanks

Dani

rauchy commented 10 years ago

You asshole! That was my idea!