From the course: Building Role-Based Access using AI for Java Developers

Unlock this course with a free trial

Join today to access over 25,500 courses taught by industry experts.

Understanding RBAC with the GitHub model

Understanding RBAC with the GitHub model

- [Instructor] Hi, welcome to the course on developing role-based access control using AI. Now, before we dive into what exactly we mean by building role-based access control, it makes sense to look at one of the familiar examples that we all work with on a daily basis, and that's GitHub. So right now I am logged into github.com, and if I click on my profile image, it lists down your repositories. And when I click here, I can see all the repositories that this account owns. So I'm not a user in the concept of GitHub. It's the account, and the account H. Himanshu owns these repositories, but this account is also part of other organizations. And if I click on one of those, this organization also has certain set of repositories. Now, keep in mind that the repositories owned by the organization, Bonsaii Labs, is different from the repositories owned by account H. Himanshu, which is my personal account. But within the organization account, you have another set of dimension that you need to…

Contents