DOP 297: Streamline Access Control Using Cerbos

DOP 297: Streamline Access Control Using Cerbos

Source: YouTube · DevOps Paradox · published Jan 8, 2025 · 48:44

Cybersecurity
No ratings yet Log in to rate
Transcript Available
Description

[BLUF] The video introduces Seros, a policy-based authorization engine that decouples access control logic from application code, enabling scalable, auditable, and flexible permissions management—critical for modern systems and AI agents. 2:30

Key Takeaways:
• Authentication and authorization are distinct: authentication verifies identity (e.g., login), while authorization defines what actions a user can perform—e.g., viewing, editing, or deleting data 3:00–3:33.
• Seros provides a policy-based approach to authorization using YAML files, allowing teams to define fine-grained access rules (e.g., role-based or attribute-based) without hardcoding logic in application code 5:30–6:00.
• Policies are stored in version-controlled repositories (e.g., GitHub), enabling audit trails, CI/CD integration, and automated testing to ensure compliance and consistency 7:40–8:00.
• Seros supports real-time filtering of data access—e.g., showing only EU sales data to European users—by evaluating policies at request time, reducing data exfiltration risks 11:40–12:00.
• The system is designed for zero-trust environments, verifying identity and permissions at every step, including for AI agents acting on behalf of users, ensuring secure, context-aware access 31:00–34:00.

[Closing statement] Seros enables developers to build secure, compliant, and scalable applications by externalizing authorization logic—making it easier to manage, audit, and evolve access controls in both internal tools and AI-driven workflows.

Sources:

  • 2:30 Explanation of authentication vs. authorization and their ro

Generate CPE Credits

Generate a professional CPE document from this video's transcript.

Estimated credit: 1 CPE hours

Estimate uses the video runtime (1 hour ≈ 1 CPE, rounded to the nearest 0.5, minimum 0.5, maximum 2.0). The final amount can be lower after review, never higher.

Topic: Cybersecurity. Commonly maps to: Security and Risk Management, Security Operations. Exact CISSP domains are assigned during generation.

CISSP Domain Mapping
Learning Objectives
Self-Assessment Questions
PDF Export Ready

Free account. One generation at a time, with a daily limit.

CPEBuddy is independent and not affiliated with or endorsed by ISC2, ISACA, or any certification body. Exports are formatted for common CPE submissions; acceptance is at your certification body's discretion.

Watch on YouTube

Transcript Preview

First 800 characters of the transcript

if you think of say like a social network there's even access controls there am I allowed to see this person's profile am I allowed to see their messages am I allowed to DM this person those kind of things those are authorization rules and a logic that has to be implemented somewhere and your options really are to spend time hardcoding that or to take a much more kind of externalized approach and a policy based approach which is kind of at least I think and we think is a more scalable way of doing things rather than hardcoding this logic over and over this is devops paradox episode number 297 streamline Access Control using cbos welcome to devops Paradox this is a podcast about random stuff in which we Darren and Victor pretend we know what we're talking about most of the time we mask our …