I love the idea of this. The big disconnect here is I can't share code with OpenAI for various reasons. Would you consider using something like AWS Bedrock+Anthropic Claude, where we have better (more predictable/risk profile) control over data-sharing, etc?
Launch HN: Slauth (YC S22) – auto-generate secure IAM policies for AWS and GCP
41–50 of 79 posts
Re: Launch HN: Slauth (YC S22) – auto-generate secure IAM policies for AWS and GCP
#42Earlier quoted context omitted.
> Such as? What is the material impact of a workflow or a user having too many permissions? Security obviously https://en.wikipedia.org/wiki/Principle_of_least_privilege
If you're trying to sell a tool, you don't justify its cost by saying it addresses "huge problems" such as "security". Lets talk material impact; how will this tool pay for itself?
If you want to hear about stories of privilege escalation there should be easy to find. I also have some on my own which I might describe in another post but essentially it was the classic - CI/CD pipeline that "thinks" it has access only to QA does a "destroy all servers" in both QA and Production because it also had access to production without knowing anything about it.
Re: Launch HN: Slauth (YC S22) – auto-generate secure IAM policies for AWS and GCP
#43Re: Launch HN: Slauth (YC S22) – auto-generate secure IAM policies for AWS and GCP
#44Earlier quoted context omitted.
> Such as? What is the material impact of a workflow or a user having too many permissions? Security obviously https://en.wikipedia.org/wiki/Principle_of_least_privilege
That is the "theoretical" problem How many times have excess permissions "actually" been the problem... versus something like correct permissions with compromised credentials?
By the way, I have no affiliation with slauth.io (just found them today as well). I just think that https://en.wikipedia.org/wiki/Principle_of_least_privilege is something good to follow in critical systems.
Re: Launch HN: Slauth (YC S22) – auto-generate secure IAM policies for AWS and GCP
#45Earlier quoted context omitted.
If you're trying to sell a tool, you don't justify its cost by saying it addresses "huge problems" such as "security". Lets talk material impact; how will this tool pay for itself?
Sorry, I am not trying to sell anything. I am not OP or parent poster. If you want to hear about stories of privilege escalation there should be easy to find. I also have some on my own which I might describe in another post but essentially it was the classic - CI/CD pipeline that "thinks" it has access only to QA does a "destroy all servers" in both QA and Production because it also had access to production without…
"Accidentally destroyed production database on first day of a job"
Re: Launch HN: Slauth (YC S22) – auto-generate secure IAM policies for AWS and GCP
#46Earlier quoted context omitted.
Sorry, I am not trying to sell anything. I am not OP or parent poster. If you want to hear about stories of privilege escalation there should be easy to find. I also have some on my own which I might describe in another post but essentially it was the classic - CI/CD pipeline that "thinks" it has access only to QA does a "destroy all servers" in both QA and Production because it also had access to production without…
Famous HN (reddit) post: https://news.ycombinator.com/item?id=14476421 "Accidentally destroyed production database on first day of a job"
Re: Launch HN: Slauth (YC S22) – auto-generate secure IAM policies for AWS and GCP
#47If I were going to use ChatGPT to generate my IAM policies, why do I need a middleman to do that?
And probably some quality-of-life wrappers around all that process?
Re: Launch HN: Slauth (YC S22) – auto-generate secure IAM policies for AWS and GCP
#48I love the idea of this. The big disconnect here is I can't share code with OpenAI for various reasons. Would you consider using something like AWS Bedrock+Anthropic Claude, where we have better (more predictable/risk profile) control over data-sharing, etc?
But I'm sure others are ok with it, so that's great.
Re: Launch HN: Slauth (YC S22) – auto-generate secure IAM policies for AWS and GCP
#49Repost: https://news.ycombinator.com/item?id=34038663 (11 months ago) > We employ Large Language Models (currently OpenAI GPT-4) For IAM, this seems like a disaster waiting to happen. Combining hallucination problems with security settings is not a path I would consider
Anecdotally I've used copilot to help write a lot of IAM polities in Terraform and the accuracy is basically 100% already.
Re: Launch HN: Slauth (YC S22) – auto-generate secure IAM policies for AWS and GCP
#50I'm curious though how well an LLM performs for newly released AWS services? This is where I've experienced the most arcane IAM definitions personally, but I wonder if GPT 4 is trained well enough on newer sources.