Hacker News new | ask | show | jobs
Ask HN: How does IAM work with monorepos?
2 points by levidos 972 days ago
Google, Meta, and others, famously use the monorepo architecture for storing source code.

I'm just confused how can this work at as scale when Least Privilege is a fundamental concept in security. Does this mean that devs at product X can view the code of product Y etc? Or is the IAM implemented below the repo level?

Thanks