Show HN: Keeper – embedded secret store for Go (help me break it)
github.com
Show HN: Keeper – embedded secret store for Go (help me break it)
1–10 of 37 posts
Re: Show HN: Keeper – embedded secret store for Go (help me break it)
#2But they require to be placed on a separate server, and come with their own infra management.
Is the idea of this project to embed this into you app, instead of relying on .env or an external vault?
Re: Show HN: Keeper – embedded secret store for Go (help me break it)
#3Vault gives time limited Tokens with Network Boundary. Instead of Keeper, i would just use age:
# write
echo "my secret" | age -r > secret.age
# read
age -d -i key.txt secret.age
Re: Show HN: Keeper – embedded secret store for Go (help me break it)
#4Re: Show HN: Keeper – embedded secret store for Go (help me break it)
#5I haven't used it, don't advocate for it, and have no opinion on either its viability or your product's viability for any specific use case. Mostly I just think it's a bit confusing to have two separate products in a very similar space with the same name.
Re: Show HN: Keeper – embedded secret store for Go (help me break it)
#6Re: Show HN: Keeper – embedded secret store for Go (help me break it)
#7Re: Show HN: Keeper – embedded secret store for Go (help me break it)
#8The "Crash-safe rotation WAL" feature sounds sketchy and it's what I'd audit closely, if I was auditing closely.
Re: Show HN: Keeper – embedded secret store for Go (help me break it)
#9Re: Show HN: Keeper – embedded secret store for Go (help me break it)
#10Hey I ran this request through my AI harness (beigeboxoss.com), first with a smaller local model and then validated with Trinity Large via OR. https://github.com/agberohq/keeper/issues/2 -- YMMV but wanted something to do with my coffee, thanks!
This kind of thing is super common in vibecoded crypto, I wonder why it keeps happening.