dotenv-org / dotenv-vault

sync .env files—from the creator of `dotenv`.
https://www.dotenv.org
MIT License
1.13k stars 32 forks source link

Self-hosted server? #116

Open Igorgro opened 2 years ago

Igorgro commented 2 years ago

Hi. Maybe I did not understand something right, but is there any option to self host a my own instace of dotenv-vault server?

motdotla commented 2 years ago

Not yet, but we are beta testing Bring Your Own Vault™. It is essentially the same thing. All your secrets are ultimately encrypted and secured on your server.

It's for paid plans only. If your organization needs this email me at mot@dotenv.org and we can start getting you set up.

BLamy commented 1 year ago

Would this "Bring Your Own Vault" mean running my own dotenv-vault backend or would it just integrate with things like hashicorp vault

motdotla commented 1 year ago

It would integrate. And think of more straightforward vault mechanisms to start:

  1. Postgres
  2. Redis
  3. etc

etc. Where a layer is placed on top of these for column/key level encryption/decryption.

Basically, somewhere you can deposit encrypted data that you have ownership and credentials over.

PVUL commented 3 months ago

Just curious if there has been any movement on this request. Thanks!