Shopify / ejson

EJSON is a small library to manage encrypted secrets using asymmetric encryption.
MIT License
1.34k stars 62 forks source link

Add secret loading railtie #50

Closed gmcgibbon closed 6 years ago

gmcgibbon commented 6 years ago

I think there's value in adding a railtie that automatically merges ejson secrets into Rails' secrets. Otherwise, maybe we can do this in an ejson-rails style gem?

burke commented 6 years ago

I like this idea and the implementation seems sensible but I think I would prefer it as a separate ejson-rails gem.

gmcgibbon commented 6 years ago

Sounds good 👍