Skip to content

1.2.0

Compare
Choose a tag to compare
@Ahoo-Wang Ahoo-Wang released this 15 Jul 13:37
· 585 commits to main since this release
fd2fb61

add support Role-based access control(RBAC) 🎉🎉🎉🎉🎉

Role-based access control(RBAC)

  • cosky: Reserved username, super user, with the highest authority. When the application is launched for the first time, the super user (cosky) password will be initialized and printed on the console. Don't worry if you forget your password, you can configure enforce-init-super-user: true, CoSky will help you reinitialize the password and print it on the console.
---------------- ****** CoSky -  init super user:[cosky] password:[6TrmOux4Oj] ****** ----------------
  • admin: Reserved roles, super administrator roles, have all permissions, a user can be bound to multiple roles, and a role can be bound to multiple resource operation permissions.
  • Permission control granularity is namespace, read and write operations

Role Permissions

dashboard-role

Add Role

dashboard-role-add

User Management

dashboard-user

Add User

dashboard-user-add