Skip to content

Commit

Permalink
release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
amazy committed Aug 26, 2024
1 parent b4be01b commit da1aede
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 3 deletions.
7 changes: 7 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,15 @@ SPDX-FileCopyrightText: 2022 - 2024 Orthanc Team SRL <[email protected]>
SPDX-License-Identifier: GPL-3.0-or-later
-->

Pending changes
===============

- fixed typo in `KEYCLOAK_ADMIN_URI` that was not read correctly.


v 24.7.2
========

- added `PROXY_READ_TIMEOUT` env var for nginx
- fix: read KEYCLOAK_CLIENT_SECRET from secrets or environment variable

Expand Down
24 changes: 21 additions & 3 deletions sources/orthanc_auth_service/permissions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// "SPDX-FileCopyrightText: 2022 - 2024 Orthanc Team SRL <[email protected]>"
// SPDX-License-Identifier: CC0-1.0
{
"roles": {
"admin-role": {
Expand Down Expand Up @@ -42,5 +40,25 @@
]
}
},
"available-labels": []
"available-labels": [
"125",
"48",
"Label1",
"Label2",
"Label3",
"Label4",
"Label5",
"Label6",
"Label7",
"Label8",
"Label9",
"a",
"external",
"lt",
"tests-ohif",
"trotro",
"trt",
"tutu",
"wsi"
]
}

0 comments on commit da1aede

Please sign in to comment.