Skip to content

11.1.1

Latest
Compare
Choose a tag to compare
@rra rra released this 24 May 20:23
· 3 commits to main since this release
11.1.1
1fa0c82

Bug fixes

  • Respect the enrollmentUrl configuration setting when CILogon is the authentication provider, fixing a problem introduced in the 11.0.0 release.
  • Detect when someone attempts to mark as admin a username that is already an admin and return a 409 error instead of raising an uncaught exception.
  • Return a more-correct 409 HTTP error code, instead of 422, when a user attempts to use a duplicate token name.
  • When creating a new token, try to remove it from Redis if the SQL write fails. This will hopefully reduce the number of orphaned tokens created during SQL server or proxy restarts.

What's Changed

  • DM-44540: Fix handling of duplicate admins by @rra in #1039
  • DM-44540: Fix HTTP error code for duplicate token names by @rra in #1040
  • DM-44541: Respect enrollmentUrl for CILogon by @rra in #1041
  • DM-44541: Remove tokens from Redis if SQL write fails by @rra in #1042
  • DM-44541: Prepare 11.1.1 release by @rra in #1043

Full Changelog: 11.1.0...11.1.1