Settings

Theme

Show HN: A faster, more secure way to manage API keys and environment variables

github.com

2 points by saleCz 4 months ago · 0 comments · 1 min read

Reader

Hi all,

I got tired of passing my .env files around in various chat channels to my colleagues so I made this tool to make it easier and more secure.

It's called Envie and it's open source and self-hostable API + CLI tool for managing API keys, secrets and the like. For development use, it's a faster, more secure way to quickly jump from dev to prod environments and to share environment variables with your colleagues.

For production, it's a centralized place to store your env vars and other secrets that you can integrate with any other service. When you build software, you often have to trust your application secrets to various 3rd parties and manage them via some clunky web UI. Envie makes your environments easier to manage via one interface.

Environments are client-side encrypted. Shared access to secrets is enabled by Diffie-Hellman style key exchange.

Looking for some feedback so I can make it better, thanks!

https://github.com/ilmari-h/envie

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection