What is Attribute-Based Access (ABAC)?
Attribute-Based Access (ABAC) is an authorization model that evaluates policies against the attributes of the user, the data resource, and the environmental context to grant or deny access dynamically. Unlike static role-based systems, ABAC allows data engineering teams to enforce fine-grained governance rules, like restricting PII visibility based on geographic location or time of day, without creating an unmanageable explosion of discrete roles. It is the foundation of zero-trust data pipelines.