Secrets Management? Alternative to Hashicorp Vault
?
#122
Labels
chore
a tedious but necessary task often paying technical debt
discuss
Share your constructive thoughts on how to make progress with this issue
help wanted
If you can help make progress with this issue, please comment!
priority-3
Third priority. Considered "Nice to Have". Not urgent.
question
A question needs to be answered before progress can be made on this issue
research
Research required; be specific
T1h
Time Estimate 1 Hour
technical
A technical issue that requires understanding of the code, infrastructure or dependencies
We need a way to seamlessly share highly secure secrets as a Team.
Specifically if more than one person in the team is testing the
Auth
App [running onlocalhost
],there will are at least 10 evironment variables to be shared: https://github.com/dwyl/auth/blob/main/.env_sample
We've done this in the past by sharing a
.txt
file viaSignal
.This works in a pinch because it's end-to-end encrypted, but it's really not a good way of doing it. 💭
At companies we've worked in the past the DevOps teams have used Hashicorp
Vault
: https://www.vaultproject.ioJust signed up and to launch a
Vault
instance is$25.92/month
...Just to store secrets ... 💸
Feels like this should be a Serverless App that only runs when people are using it.
Is there already a way of doing this where a Serverless App stores data strongly Encrypted on
S3
and has strong access controls and team management?
Need to make time to investigate this so that sharing secrets with new team members is faster. 🚀
For now just going to continue using the
Signal
approach ... 💭The text was updated successfully, but these errors were encountered: