What is Role-Based Access (RBAC)?
Role-Based Access (RBAC) is a security paradigm that restricts system and data access based on a user's organizational function rather than their individual identity. In data engineering, it's the mechanism that ensures analysts can query aggregated datasets while preventing them from accessing raw, potentially sensitive scraped payloads or modifying production extraction schemas. Without strict RBAC, a single compromised credential can expose your entire data lake or silently break downstream pipelines.