1.2.0
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