-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Task: RBAC - Model Design #2696
Comments
Story ReferenceIntroductionThis document outlines the structure of our system's RBAC (Role-Based Access Control) model, detailing the roles, permissions, hierarchical scopes, and their interrelationships. RBAC Model :Actions
Roles
Access Control
Users and Groups
Hierarchical Scopes
ExamplesScenario: Enterprise with Multiple Departments
Role and Access Control Configuration
Hierarchical Scopes and Permissions
ConclusionThis example illustrates how the RBAC model can be effectively used to manage permissions in a complex environment. By assigning roles and scopes wisely, the system ensures security and operational efficiency, allowing specific actions in designated areas while preventing unauthorized access to sensitive equipment or areas. |
@TLeoDev please review your previous comments regarding our internal discussions about the actions and access control managements |
Story ReferenceIntroductionThis document outlines the structure of our system's RBAC (Role-Based Access Control) model, detailing the roles, permissions, hierarchical scopes, and their interrelationships. RBAC Model :Roles
Access Control
Users and Groups
Hierarchical Scopes
ExamplesScenario: Enterprise with Multiple Departments
Role and Access Control Configuration
Hierarchical Scopes and Permissions
ConclusionThis example illustrates how the RBAC model can be effectively used to manage permissions in a complex environment. By assigning roles and scopes wisely, the system ensures security and operational efficiency, allowing specific actions in designated areas while preventing unauthorized access to sensitive equipment or areas. |
Some changes in the RBAC design (addition of the Principal concept) : Story ReferenceStory: #2694 IntroductionThis document outlines the updated structure of our system's RBAC (Role-Based Access Control) model, detailing the roles, permissions, hierarchical scopes, their interrelationships, and the integration of a new RBAC Model:Story Reference Story: As a system administrator, I want to define roles within the RBAC model to accommodate various user responsibilities, allowing for effective access control management. #2694 Introduction This document outlines the updated structure of our system's RBAC (Role-Based Access Control) model, detailing the roles, permissions, hierarchical scopes, their interrelationships, and the integration of a new RBAC Model: (ici une image du nouveau diagramme UML avec les changements) Roles
Access Control
Principals
Users and Groups
Hierarchical Scopes
Examples Scenario: Enterprise with Multiple Departments
Role and Access Control Configuration
Hierarchical Scopes and Permissions
Conclusion This example illustrates how the updated RBAC model, with the integration of the |
Story: #2694
Description
Define the structure of the RBAC model including roles, permissions, and hierarchical scopes, establishing relationships between them.
Determine the parent-child relationships between scopes within the hierarchy.
The text was updated successfully, but these errors were encountered: