Show HN: A self-hosted, AWS-based secrets manager
embrasure.dev
Show HN: A self-hosted, AWS-based secrets manager
1–10 of 37 posts
Re: Show HN: A self-hosted, AWS-based secrets manager
#2Re: Show HN: A self-hosted, AWS-based secrets manager
#3This is really cool - what did you use for the diagrams?
Re: Show HN: A self-hosted, AWS-based secrets manager
#4Was excited to hear about self-hosted secrets management, but expected "self-hosted" to mean I can host anywhere, but the depends specific AWS features.
Perhaps "unmanaged" is a more appropriate term.
Re: Show HN: A self-hosted, AWS-based secrets manager
#5Re: Show HN: A self-hosted, AWS-based secrets manager
#6Re: Show HN: A self-hosted, AWS-based secrets manager
#7> Embrasure is an open-source, self-hosted secrets management tool built on Amazon Web Services (AWS) for small teams seeking simplicity and security. Was excited to hear about self-hosted secrets management, but expected "self-hosted" to mean I can host anywhere, but the depends specific AWS features. Perhaps "unmanaged" is a more appropriate term.
You're referring to a cloud-agnostic solution.
Embrasure is self-hosted since each instance is deployed within an organization's infrastructure, but as you mentioned, it's AWS-dependent.
Re: Show HN: A self-hosted, AWS-based secrets manager
#8Why not the SSM parameter store?
Re: Show HN: A self-hosted, AWS-based secrets manager
#9I try my best to avoid secrets and leverage aws-iam-auth or SPIFFE/SPIRE where at all possible.
Re: Show HN: A self-hosted, AWS-based secrets manager
#10Why not the SSM parameter store?
SSM is a great alternative, but it's a managed solution. Embrasure is self-hosted.