Live data from Hacker News

Launch HN: Infisical (YC W23) – Open-source secrets manager for developers

news.ycombinator.com

91–100 of 124 posts

Re: Launch HN: Infisical (YC W23) – Open-source secrets manager for developers

#92
post #70

Earlier quoted context omitted.

Really strange thing to reply to this with. Did you find it just now and searched for "sso" on HN just to get a chance to randomly post it?

Why strange? That was the first thing that came to mind when I read “sso” as part of the “enterprise’ offering, and was not surprised to see that someone else linked the sso tax website

You're right. I misread the original post and also managed to do a double fail and misunderstand the SSO Wall of Shame as well. Sorry, mbarneyme!

Re: Launch HN: Infisical (YC W23) – Open-source secrets manager for developers

#93
post #91

I don't see Terraform in your docs? Is it hidden away somewhere or not fully supported?

It seems like they haven't been merged yet. Check out the PR here: https://github.com/Infisical/infisical/pull/380

We also have a full provider under development here: https://github.com/asheliahut/infisical-provider-terraform

Re: Launch HN: Infisical (YC W23) – Open-source secrets manager for developers

#95
post #72

Hey there, I wanted to offer you some unsolicited advice. You're building a security product, so you have an uphill battle ahead of you. There is a reason security engineers get paid more than any other engineer, and why security companies can charge more -- because security is fraught with peril and just a single mistake can ruin your company/career. You need to show that you are extremely competent at security -- m…

Thanks so much for this comment - very valuable insights. RE security: 100% agree with everything you said. This is at the end of the day a security product. Even though we're very early, we've put a ton of thought into the security and especially the cryptography behind our product (e.g. we decided E2EE since the start) and intend on maximizing security posture in the coming months and years ahead — earning trust wi…

+1 to providing SSO to smaller plans, hard requirement for me.

I manage small teams and it would be a requirement for us, and if pricing for a few users is $14/month, normally enterprise is higher than that and an annual commitment, but you wouldn’t be able to get much budget out of me at this moment due to team size, but there is some there.

When choosing tools like this, I pick ones I can grow with so I don’t need to solve it again in the future, so while the team may be small, it can’t adopt it if I cant start from that point.

Re: Launch HN: Infisical (YC W23) – Open-source secrets manager for developers

#96

Hi. I'm also working on an E2E secrets manager. https://github.com/purton-tech/cloak A few tips. 1. It looks like I'm able to do account enumeration on your login page. For a secure app you want to make sure this is not possible. 2. Your CSP https://csp-evaluator.withgoogle.com/ has unsafe-eval. I would lock that down. 3. Your app seems to be JS based, which is OK but it means you have a whole bunch of supply chain a…

Feedback on Cloak:

The javascript for the sign-up form doesn't activate the password-strength meter unless ther are keypresses in the primary (not verify) password box. This means when using Firefox auto-suggest strong password, we have to go type and then remove characters from the box to proceed.

Re: Launch HN: Infisical (YC W23) – Open-source secrets manager for developers

#97

Hi. I'm also working on an E2E secrets manager. https://github.com/purton-tech/cloak A few tips. 1. It looks like I'm able to do account enumeration on your login page. For a secure app you want to make sure this is not possible. 2. Your CSP https://csp-evaluator.withgoogle.com/ has unsafe-eval. I would lock that down. 3. Your app seems to be JS based, which is OK but it means you have a whole bunch of supply chain a…

Feedback on Cloak: The javascript for the sign-up form doesn't activate the password-strength meter unless ther are keypresses in the primary (not verify) password box. This means when using Firefox auto-suggest strong password, we have to go type and then remove characters from the box to proceed.

Thanks. I'll take a look at that.

Re: Launch HN: Infisical (YC W23) – Open-source secrets manager for developers

#98
post #60

Earlier quoted context omitted.

We provide all the main functionality completely for free under the MIT license. What this means is that all the integrations (Docker, AWS, Vercel, Kubernetes, Terraform, etc) are available completely to everyone. Next to that, all the features related to secret sharing, and security are also available under MIT. ee is only reserved for some features that are (mostly) needed by enterprises (e.g., audit logs, sso, adv…

Audit logging and SSO is pretty basic functionality that requires very little (many people would argue no ) additional effort or cost to maintain on the development side.

We just spent about 3 months refactoring our audit logging. If it requires "no" additional effort, you can just fork the project and provide that "no" effort yourself.

Re: Launch HN: Infisical (YC W23) – Open-source secrets manager for developers

#99

Earlier quoted context omitted.

Actually, Gitlab used to be my go-to example of "Open Core done right", but now they have so many closed source features mixed in with open source features it is hard to use the open source product at all. I am either looking for a smaller product with fewer features anyway, or a product with more features (like maybe Gitlab tries to be) and the ones I want are the ones Gitlab happens to keep proprietary! Ultimately,…

I will definitely echo everything said here. Gitlab used to be an amazing example of doing it right but nowadays looking at their release notes, they sprinkle in one or two free features while the vast majority are locked away. They do sometimes give the peasants access to the features months or years later, but the majority of features are still locked away.

Main selling point for GitLab was the CI/CD couple years ago, and now it is so restricted that I just had to leave.

After they got that big funding when going public company, free features have been stripped and prices have increased. Same story as usual.

Re: Launch HN: Infisical (YC W23) – Open-source secrets manager for developers

#100
Interesting that this uses mongodb[1] - doesn't that mean the service is open under the mongodb license? Or does the managed service not use mongodb? Or did they (mongodb) go back to a more sane license? Or is the infisical Mongo image based off a fork?

[1] https://github.com/Infisical/infisical/blob/main/docker-comp...

Post reply on HN