lucky icon indicating copy to clipboard operation
lucky copied to clipboard

Add encrypted secrets

Open paulcsmith opened this issue 7 years ago • 1 comments

Make it so that you can easily encrypt/decrypt secrets. Nice for sharing dev secrets within a team w/o committing to the repo

paulcsmith avatar Jan 12 '18 22:01 paulcsmith

Rails' implementation:

https://github.com/rails/rails/blob/master/railties/lib/rails/secrets.rb https://github.com/rails/rails/blob/master/activesupport/lib/active_support/message_encryptor.rb

matthewmcgarvey avatar Dec 31 '20 15:12 matthewmcgarvey