Skip to content
Latchkey

Role-Based Access Control (RBAC) - CI/CD Glossary Definition

Role-based access control grants permissions to roles rather than directly to users, then assigns users or services to roles, so access is managed by membership.

Why it scales

Defining a small set of roles and mapping identities to them is easier to reason about and audit than per-user permission lists.

In CI/CD

A deploy pipeline is assigned a deployer role scoped to one environment, keeping its authority separate from build-only jobs.

Related guides

Tired of flaky CI? Latchkey auto-heals failed jobs and retries them for you. Start free →