Package Release Info

orthanc-authorization-0.10.3-bp160.1.1

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

orthanc-authorization

Change Logs

* Sun Jan 25 2026 Axel Braun <axel.braun@gmx.de>
- version 0.10.3
  * New default permissions for worklists
  * New default permissions for tools/metrics-prometheus
  * New default permissions for tools/generate-uid
* Sun Oct 12 2025 Axel Braun <axel.braun@gmx.de>
- version 0.10.2
  * New default permissions to add/delete modalities through the Rest API
    https://discourse.orthanc-server.org/t/managing-modalities-using-the-rest-api-and-keycloak/6137
  * New standard configuration "stl"
* Wed Sep 10 2025 Axel Braun <axel.braun@gmx.de>
- remove libboost_system-devel for TW (removed in boost 1.89)-
* Mon Aug 18 2025 Axel Braun <axel.braun@gmx.de>
- version 0.10.1
  * Fix audit-logs export in CSV format.
  * New configuration "ExtraPermissions" to ADD new permissions to
    the default "Permissions" entries.
  * Improved handling of "Anonymous" user profiles (when no auth-tokens
    are provided):  The plugin will now request the auth-service to
    get an anonymous user profile even if there are no auth-tokens in the
    HTTP request.
  * The User profile can now contain a "groups" field if the auth-service
    provides it.
  * The User profile can now contain an "id" field if the auth-service
    provides it.
  * New experimental feature: audit-logs
  - Enabled by the "EnableAuditLogs" configuration.
  - Audit-logs are currently handled by the PostgreSQL plugin and can be
    browsed through the route /auth/audit-logs.
  - New default permission "audit-logs" to grant access to the
    "/auth/audit-logs" route.
  * Fix: The "server-id" field is now included in all requests sent to the
    auth-service.