Users
The platform’s user and role management functions are based on RBAC (Role-Based Access Control) for access control based on roles.
The platform provides 5 system roles based on common enterprise permission scenarios, and also allows platform administrators to customize roles based on actual usage scenarios. By associating permissions with roles and assigning roles to different users, permissions can be granted to users. Similarly, by removing roles that users already have, permissions can be revoked.
The establishment of a many-to-many relationship between permissions and roles, as well as between roles and users, can meet more extensive and complex permission management scenarios, greatly simplifying permission management operations.
Platform administrators can add or revoke user operation permissions by adding roles to users or removing roles that users already have. Additionally, platform administrators have the authority to synchronize LDAP users, clean up invalid users on the platform, and create local users.
Platform administrators can add or revoke user operation permissions by adding roles to users or deleting roles that users already have. At the same time, platform administrators also have the authority to synchronize LDAP users, clean up invalid users on the platform, and create local users.
The platform categorizes and combines the operation permissions of different resources through roles. By assigning specific roles to users, the platform can quickly grant or restrict their operation permissions to specified resources.
This platform supports dex identity authentication services. By configuring IDPs, you can use the connectors already implemented in dex (please refer to the dex official documentation) to authenticate accounts and log in to this platform.
To ensure user login security, the platform supports setting user security policies, including password security, user disablement, user locking, user notification, and access control policies. Enhance the security of user passwords and reduce the risk of malicious attacks.
Frequently asked questions related to users.