-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 0.5.0 #310
Release 0.5.0 #310
Conversation
Release 0.4.0
Meta qr code
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With RADAR-base/RADAR-Docker#154, the sleep in the meta-qr code may not be needed at all. It should then still be documented in the readme that the at code should definitely be rate limited by upstream web servers.
It would still be good to document/modify the description in README.md
of how OAuth2.0 clients should integrate with MP using the Meta-QR code
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Expost secret with meta token
Update README with SPRING_APPLICATION_JSON variable
Streamline Dockerfile caching
Update signing code
Reflect the QR code contents: only a URL
…om_metatoken Remove client secret field from metatoken
Changes from release 0.4.1
MetaQR code #275
Share client secret with meta-tokenMeta token should contain client secret too #311 (Client secret no longer used for public OAuth clients, see links to discussions in Set OAuth client secret to empty for public OAuth clients #317)Exception Harmonization #294
Other fixes
CONNECTOR
types in SourceTypeLoader Add support to Connector type from catalog server #299admin
password Admin password should be configurable via Environment variable #289lodash
dependencies.NullPointerException
during configLoading. YamlServerConfig throws NullPointerException on file not found #304radar-base.org
. Update logos and icons of radarbase #292hasPermissionOnSource
Add RadarToken.hasPermissionOnSource method #308authorization_code
andrefresh_token
flows without the use of a client secret (Set OAuth client secret to empty for public OAuth clients #317).Closes #275, closes #289, closes #291, closes #292, closes #294, closes #297, closes #299, closes #301, closes #304, closes #308, closes #311, closes #313, closes #317.