-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
19 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,16 +4,22 @@ SPDX-FileCopyrightText: 2022 - 2024 Orthanc Team SRL <[email protected]> | |
SPDX-License-Identifier: GPL-3.0-or-later | ||
--> | ||
|
||
v 24.2.0 | ||
======== | ||
|
||
- added support for Api-keys that can be defined as user custom attributes `api-key` | ||
in Keycloak. This requires the definition of 3 new env vars: `ENABLE_KEYCLOAK_API_KEYS`, | ||
`KEYCLOAK_CLIENT_SECRET` and `KECLOAK_ADMIN_URI`. This also requires you to configure | ||
the `admin-cli` client in Keycloak. | ||
the `admin-cli` client in Keycloak and add `api-key` in the `TokenHttpHeaders` Orthanc Authorization plugin configuration. | ||
Check the readme.md from the minimal-setup/keycloak sample. | ||
|
||
|
||
v 24.1.1 | ||
======== | ||
|
||
- made the basic auth mandatory for the auth service | ||
|
||
|
||
v 24.1.0 | ||
======== | ||
|
||
|