Releases: RADAR-base/ManagementPortal
Releases · RADAR-base/ManagementPortal
managementportal version 0.6.1
managementportal version 0.6.0
Changes since version 0.5.8:
- Upgraded to Angular 5
- Added persistent token API
- Fixed ManagementPortal base URL for internal JWT authorisation checks
- Startup time decrease
Release 0.5.8
Changes from Release 0.5.7
- Adds PROJECT_ADMIN role to MEASUREMENT_CREATE permission
- Adds additional security check utilities for Authorities and permission
- Fixes navigating to user-management without correct permissions
- Adds additional validation for SYS_ADMIN routes
- Adds tweaks on authentication validation
Release 0.5.7
Change-log from Release 0.5.6
- Various front-end dependency upgrades
- Removes unused dependencies and code/components
- Adds healthcheck to check for database connection
- Upgrade webpack, node, protractor versions
- Improves project and subject query implementaion
- Provides correct documentation for OAuth2
authorization_code
flow
ManagementPortal version 0.5.6
Changes since version 0.5.5:
- Fixes generated POM and JAR files
- Fixes Travis build
Release 0.5.5
Changes from release 0.5.4
- update some dependencies
- Upgrade to gradle
5.2.1
- Add support for loading old public-keys for verification from config files and validate using
java-jwt:3.2.0
.
Migrating from 0.5.3 to 0.5.5
When upgrading from versions earlier than 0.5.4, please follow these steps.
- Copy old public-key file to MP class-path and configure environment variable
RADAR_IS_CONFIG_LOCATION
to the location of the config file provided. - Set
MANAGEMENTPORTAL_OAUTH_ENABLE_PUBLIC_KEY_VERIFIERS
to"true"
. - If you have other components who validates the token, use the public-key endpoint to request for public-keys in the form of
JavaWebKeySet
. Please upgrade yourradar-auth
dependency to at lease0.5.4
or higher.
Release 0.5.4
Changes since version 0.5.3: This release should be accompanied by a modification in gateway as well to use TokenValidator radar-auth:0.5.4
- Updates several back-end and front-end dependencies based on dependabot suggestions.
- Default pagination with maximum records when pagination was not provided as part of the request.
- Refactors Keystore functions for OAuth token signing and verification
- Fixes multiple roles shows for a user
- adds a check-box to allow empty secrets for public clients
- Fixes subject-source relationship getting lost when an assigned source is edited.
- Fixed public token_key endpoint to share possible public_keys