
Data Engineering Podcast Beyond the Perimeter: Practical Patterns for Fine‑Grained Data Access
12 snips
Oct 27, 2025 In this discussion, Matt Topper, President of UberEther and a veteran in identity and data, dives deep into the complexities of managing identity and access control within modern data platforms. He highlights challenges posed by composable ecosystems and offers innovative solutions like using JWTs and external policy engines. Topics also include cryptographic policy binding with OpenTDF, the importance of governance in data systems, and how AI could translate regulations into actionable policies. The conversation reveals critical insights into securing data access while promoting seamless integration.
AI Snips
Chapters
Transcript
Episode notes
Propagate Identity Through The Data Path
- Modern data platforms need identity to travel with requests so access decisions can be made at every hop.
- Propagating JWTs and chaining identities lets you apply context-aware policies at the data layer.
Early Career Shaped By Vehicle Registration Data
- Matt started working on identity and data problems right after high school at a company handling global vehicle registration data.
- Early exposure to high-stakes security made him focus on data access controls for decades.
Externalize Policies To A PDP
- Externalize policy evaluation using engines like OPA/Rego or Cedar instead of embedding rules in every app.
- Centralize rules so you can change GDPR/HIPAA controls in one place and reapply them across systems.
