Releases: apereo/cas-management
v5.3.0-RC2
Release Notes
Change Log
- Compiled against CAS Sever v5.3.0-RC2
- Upgrades to latest Angular
- Added Notification icon for pending Submits
- Email notifications for Submits
- Sticky Footer
- Attempts to call cas/discovery endpoint of configured cas server
- Refactored resolving conflicts in user Repos
- Combined state calls to server into single request
- Options to change Response Type by service
Contributors
Special thanks to the following individuals for their excellent contributions:
v5.3.0-RC1
Release Notes
Change Log
-
Compiled against CAS Sever v5.3.0-RC1
-
Version Control
Version control is now implemented as part of the management application. You can view, and restore prior versions of a Service (Only when edits are made with the management application). Editing and saving a service no longer makes a service immediately available to a CAS instance. You will need to first "Commit" the change, and then "Publish" the change.
-
View Service in YAML format
-
View Service in JSON format
-
Delegated Management -WIP
Along with ROLE_ADMIN, a new ROLE_USER has been introduced into the application. Add a user by adding them to the "users.json" file, and for "permissions" set a list of "domains" that they are allowed to add and edit services to. A user will be able to submit a change after editing a service. This will generate a request that an admin will then be able to accept and publish to the CAS servers.