Live data from Hacker News

Show HN: Garnet – a developer-friendly, open-source secrets manager

usegarnet.com

31–38 of 38 posts

Re: Show HN: Garnet – a developer-friendly, open-source secrets manager

#31
post #19

Earlier quoted context omitted.

Hello can you please stop creating fake accounts with the purpose of boosting your post here. This is otherwise something interesting but im immediately turned off from ever even looking at it if this is how you try and promote your product.

These are not fake accounts, but actual developers in our community who have been using Garnet. While a couple of these accounts could be newly created (as not everyone has a HN account, and we announced the launch in our community forum), all comments are actual, and anyone is free to share their opinion on the project (negative or positive). We’d really appreciate if you don’t sabotage the post by responding on eve…

> These are not fake accounts, but actual developers in our community who have been using Garnet. While a couple of these accounts could be newly created ...

This is heavily discouraged here, and most of the times it will make users old angry and flag your post. I'd recommend that only 2 or 3 of the main developers are active in the thread. (Or perhaps a power user that is good replying instead or a developer.) There are not hard rules about this, but too many new users is a bad idea.

> all comments are actual

But some of the comments are too optimistic and look like shills, that make old users unhappy and flag the post. I'd recommend to write only one top level comment explaining that you are the developers, and some backstory, and then only reply to questions from old users.

It's very important to reply to technical questions, with clear and technical answers. It buys a lot of good will of old users. (Avoid adjectives like "awesome" , no one used "awesome" yet, but some comments are too optimistic for the dry style of HN).

> and anyone is free to share their opinion on the project

And everyone is free to complain and flag. It's not a good idea to break the explicit or implicit rules of the site. I think bogota first made a few technical questions. It's a good sign that some old user cares enough about your post to ask a technical question.

The questions are unanswered yet. It's not mandatory to reply to every single question (some questions are bad, sometimes they are repetitive, but not in this case). Anyway, I'd recommend to answer most of them.

Try to send an email to the mods and ask how to post again and any additional recommendation.

Re: Show HN: Garnet – a developer-friendly, open-source secrets manager

#32
I've been using this product for a month now, in production for my startup. It's been helpful with my secrets but my favorite use case is using it instead for endpoint storage for service discovery across my dev, staging, and prod phases. I really like the flag-based approach to jump easily between dev, staging, and prod without any code changes. Also works nicely with my PaaS (Zeet), and the Garnet team has been impressively responsive with integration guides and feature requests. It's worth checking out.

Re: Show HN: Garnet – a developer-friendly, open-source secrets manager

#33
post #25

Earlier quoted context omitted.

These are not fake accounts, but actual developers in our community who have been using Garnet. While a couple of these accounts could be newly created (as not everyone has a HN account, and we announced the launch in our community forum), all comments are actual, and anyone is free to share their opinion on the project (negative or positive). We’d really appreciate if you don’t sabotage the post by responding on eve…

I did post comments to actually ask what people like about it and why they use this over vault. No one has actually posted anything of substance so please don’t pretend like i am sabotaging you by asking valid questions.

Please see the response on your other comment regarding the Vault comparison.

Re: Show HN: Garnet – a developer-friendly, open-source secrets manager

#34
Creative concept in the domain of DevOps is found at Garnet. I have easily configured my API. The experts deeply explained things really well. Being provided the things on single sign-on has reducing the developer efforts. Multiple instance creation for single user is much appreciated. Moreover, I would recommend to all developers to must taste the flavor of garnet.

Re: Show HN: Garnet – a developer-friendly, open-source secrets manager

#35
post #12

I was reluctant to use Garnet as I always had a traditional approach with managing secrets. It wasn't until I accidentally deleted my sensitive and critical data that I started to look out for a better way of doing things. That's where Garnet came in. Very easy to install and getting started to use it's features. Definitely recommended for everyone before it's too late and you have to spend a couple of days trying to…

How does this work in production environments like k8s or aws?

I've been using Garnet with my k8s setup. They don't have native kube api integration and I suggest developing a controller. But right now you can use the CLI to append any commands or scripts in your docker containers to supply them env variables at build or run time.

E.g. in a Dockerfile … RUN garnet run --service-key=$GARNET_SERVICE_KEY -- npm start

If this container is running on k8s, you can supply $GARNET_SERVICE_KEY as a k8s secret mounted on the pod

Re: Show HN: Garnet – a developer-friendly, open-source secrets manager

#36
post #14
post #7

Being an open-source manager, this provides the perfect, user-friendly solution to many developer woes.

How does being open source make this user friendly? Vault is open source as well and has a lot more features and documentation

I believe the goal here isn't to replace Vault, but offer a developer focused solution for environment variable management. While Vault can be used to store env variables, its more geared towards managing infra secrets for the ops/sre persona.

Re: Show HN: Garnet – a developer-friendly, open-source secrets manager

#37
post #19

Managing secrets is critical in this day and age for individuals and organizations of all kinds and sizes. Many developers currently find it painful to manage their app configurations and secrets, and this pain grows with stack complexity and team size. This makes building and deploying manual, time-consuming and insecure. Today there are great solutions in this space, however, from our personal experience as develop…

Hello can you please stop creating fake accounts with the purpose of boosting your post here. This is otherwise something interesting but im immediately turned off from ever even looking at it if this is how you try and promote your product.

It is plausible that some of these new accounts were made in response to this post, but I don't think its fair to blame the project's developers for it as it isn't necessarily in their control. It seems like they are seeking feedback from the community and there doesn't seem to be a commercial plug here.

Re: Show HN: Garnet – a developer-friendly, open-source secrets manager

#38
post #10

Do you have a comparison of this to open source vault? The biggest issue with secret managers isn’t storage though its authenticating clients. Does this support auth via IAM, k8s, okta, ldap, sso providers?

Very valid point - the main problem to solve here isn't storage and encryption. We think the clouds do a great job for that, hence our self-hosted approach. It’s important to note that the goal here is not to replace Vault. Vault pioneered a lot of best practices in this space, which we build on top of. The gap we want to fill is of complexity and developer-experience, while playing well with existing tools, as state…

I don't think its a good idea on take on Vault's complexity. One of the value props i see here is the simplicity of using 'garnet run -- ' which is something you don't get in Vault unless you write a wrapper (although envconsul provides a similar abstraction: https://github.com/hashicorp/envconsul).
Post reply on HN