Live data from Hacker News

Launch HN: Slauth.io (YC S22) – IAM Policy Auto-Generation

news.ycombinator.com

1–10 of 33 posts

Launch HN: Slauth.io (YC S22) – IAM Policy Auto-Generation

#1
Hey HN, we are Daniel and Tal, Co-founders of Slauth.io (https://www.slauth.io). Slauth auto-generates IAM policies in order to save engineering time and make your policies more secure.

If you're an engineer, you probably know how tedious and error-prone it can be to manually write IAM policies. We surveyed over 70 engineers and found out that a majority are using or have used wildcards (*) in order to quickly write IAM policies.

By using client-side monitoring or via a proxy, Slauth.io observes all of the API activity and generates a policy based on functionality and least privileges.

Once deployed in a remote environment, or run locally, you will need to run an end-to-end test using a wildcard policy. Slauth will observe the activity, apply its logic based on large amounts of behavioral patterns of the service you deploy, and create a high quality IAM policy.

The IAM policy will be presented through the Slauth Dashboard where it can be copy/pasted or as a pull-request into your Git repository ready to be reviewed. Integrations with IaC services such as Terraform are also available.

Our objective is to automate manual error-prone IAM policy writing in order to increase engineering velocity, reduce friction and harden security.

Would love your feedback on the value proposition and if you would use the AWS SDK or Slauth proxy for onboarding.

Feel free to also sign up for Beta usage! https://www.slauth.io

Re: Launch HN: Slauth.io (YC S22) – IAM Policy Auto-Generation

#3

The fact that there is a entire service because AWS is so confusing is hilarious.

We eventually want to make this agnostic and have it work for all cloud vendors. Pretty complex to write policies if you are running multi-cloud!

Re: Launch HN: Slauth.io (YC S22) – IAM Policy Auto-Generation

#5
post #4

Looks great. Any thoughts about expanding to GCP in the future?

Yes def! We wanted to quickly validate the need so started with AWS but if we get good traction we will expand to GCP next :) Feel free to share with AWS users so that we can get going :D

Re: Launch HN: Slauth.io (YC S22) – IAM Policy Auto-Generation

#7
post #6

Are you familiar with ConsoleMe from Netflix? https://netflixtechblog.com/consoleme-a-central-control-plan... It sounds like your product is very similar, so you might be able to borrow some ideas.

Thanks!! Looks really good. I hope we can contribute from a different angle by focussing on the creation of the policy and ideally expand beyond AWS :) Thanks for the heads up

Re: Launch HN: Slauth.io (YC S22) – IAM Policy Auto-Generation

#8
post #6

Are you familiar with ConsoleMe from Netflix? https://netflixtechblog.com/consoleme-a-central-control-plan... It sounds like your product is very similar, so you might be able to borrow some ideas.

Thanks! We were partially inspired by it. Our approach is slightly different - we believe we shouldn't be the focal point of IAM but rather integrate with the existing tools organizations use such as Git, Terraform etc
Post reply on HN