Comparison to mozilla sops #441
Replies: 1 comment
-
|
There is definitely crossover between the two. This will become blurrier when we add first party encryption (coming soon) and support for other similar encryption libraries (#345 for example). That said, I don't think they're mutually exclusive, especially right now. You can certainly load values from sops and use them with varlock. A basic example would be something like: # @sensitive
DATABASE_URL=exec('sops -d .env.encrypted | grep DATABASE_URL')We could potentially add a sops plugin, but IIRC @theoephraim had some thoughts about whether or not that made sense. Here's a basic comparison as it stands today. This will change when we add native encryption support.
I'm not a sops user, so take this with a grain of salt. I think there's lots of opportunity here for some complementary uses or interop, especially now that we have plugins for a lot of the major cloud providers that sops supports for KMS. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey there, I am considering varlock but it seems that mozilla sops serves a similar purpose. It would be cool to see a comparison with pros and cons for each solution. The elephant in the room obviously is that sops has been around for a long time.
Beta Was this translation helpful? Give feedback.
All reactions