Releases: Ahoo-Wang/CoSky
Releases · Ahoo-Wang/CoSky
1.2.1
- Add reserved role(
Role.ADMIN
) description
- Update distributed ID generator (
CosId
) version dependency 1.3.1 -> 1.3.2
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
Role Permissions
Add Role
User Management
Add User
1.1.11
add support config-export api
1.1.9
- fix the problem that the heartbeat of the service instance is invalid when the service instance expires.
1.1.6
add support CoskyReactiveDiscoveryClient.
add spring-cloud-starter-cosky-discovery-ribbon
1.1.5
- add support MasterReplica MODE
- optimize connection utilization
- fix missing digest method when using the lower version of the lettuce client.
1.1.3
- fix the bug that the historical version configuration is overwritten when the new configuration is recreated after deleting the configuration.
- optimize the readability of lua scripts
- optimize Default Jvm Args of Deployment(Kubernetes)
1.1.2
enhance: Dashboard
update README for CoSky-Mirror
1.1.0
- add cosky-mirror(like a mirror placed between Nacos and CoSky to build a unified service discovery platform.)
- enhance: ServiceChangedListener
1.0.1
- Enhance: Dashboard