From the course: OpenShift Essential Training: Container Orchestration and Deployment

Unlock this course with a free trial

Join today to access over 24,900 courses taught by industry experts.

Managing permissions using role-based access controls (RBAC)

Managing permissions using role-based access controls (RBAC) - OpenShift Tutorial

From the course: OpenShift Essential Training: Container Orchestration and Deployment

Managing permissions using role-based access controls (RBAC)

- [Instructor] Suppose that you're at an airport, not everyone gets the same access. Passengers can go through security and board flights, but they can't enter restricted areas. Pilots can access the cockpit and staff only zones, but not the air traffic control tower. Air traffic controllers stay in the tower. They don't need to be near the planes. Just like in an airport, OpenShift role-based access control controls who can go where and do what based on their role. You can assign roles to user and service accounts, and those roles determine what they can do. Let's explore why role-based access control is essential for security and how to manage it in OpenShift. In OpenShift, a user object represents anyone who can be assigned permissions through roles or groups. There are three main types, regular users, so real people granted access to the platform, system users, which are created automatically to allow infrastructure components to interact securely with the API, and finally…

Contents