Skip to content

MCP Identity Registry 1.3.0

Latest
Compare
Choose a tag to compare
@oliverhaagh oliverhaagh released this 06 Feb 12:24
a04ac6c

Changes in this release

  • This project is now targeting Java 21 instead of Java 17
  • Upgraded Spring Boot to 3.3.8
  • Upgraded Keycloak admin adapters to 26.0.4
  • Implemented the SECOM GetPublicKey interface
  • Implemented support for using the generic "entity" type in MRN for all identity types to align with IALA G1183
  • Removed the possibility of creating a service with a version to enforce uniqueness of MRNs - it is now advised to append the version to the MRN if specifying a version is needed
  • Implemented the possibility of removing the version from an existing service by giving the service a new MRN which can contain the version if wanted
  • Introduced separate endpoints for services with and without a version
    • Some of the endpoints for services with a version, like certificate issuing and service update, will return a method not allowed when called as these functionalities require that the service has been migrated to the new format first
  • Made the client certificate header configurable
  • Fixed not being able to issue certificates for own user
  • Minor bug fixes
  • General code cleanup and refactoring
  • Various dependency updates