이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Preface
In Authentication, you learnt how to authenticate users to Red Hat Developer Hub. Developer Hub knowns who the users are.
In this book, learn how to authorize users to perform actions in Developer Hub. Define what users can do in Developer Hub.
Role-Based Access Control (RBAC) is a security concept that controls access to resources in a system, and specifies a mapping between users of the system, and the actions they can perform on resources in the system. You define roles with specific permissions, and then assign the roles to users and groups.
RBAC on Developer Hub is built on top of the Permissions framework, which defines RBAC policies in code. Rather than defining policies in code, the Developer Hub RBAC feature allows you to define policies in a declarative fashion using a simple CSV based format. You can define the policies by using Developer Hub web interface or REST API, rather than editing the CSV directly.
To apply RBAC in Developer Hub:
The Developer Hub administrator sets up the RBAC feature:
- Enable the RBAC feature
- Configure Policy Administrators
The Developer Hub policy administrator configures your RBAC policies:
- Define roles with specific permissions
- Assign the roles to users and groups