Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 8507fd9f authored by Achraf Achkari's avatar Achraf Achkari
Browse files

Update documentation for Proxy 6.2.5

parent 02914cf2
No related branches found
No related tags found
No related merge requests found
...@@ -2,10 +2,10 @@ ...@@ -2,10 +2,10 @@
title: Installation Manual title: Installation Manual
subtitle: Gazelle Proxy subtitle: Gazelle Proxy
author: Nicolas BAILLIET author: Nicolas BAILLIET
date: 18/01/2024 date: 02/09/2024
toolversion: 6.0.0 toolversion: 6.2.5
function: Engineer function: Engineer
version: 2.1 version: 2.2
status: Approved document status: Approved document
reference: KER1-MAN-IHE-PROXY_INSTALLATION-2_01 reference: KER1-MAN-IHE-PROXY_INSTALLATION-2_01
customer: IHE-EUROPE customer: IHE-EUROPE
...@@ -62,14 +62,19 @@ java -jar proxy-quarkus/target/quarkus-app/quarkus-run.jar ...@@ -62,14 +62,19 @@ java -jar proxy-quarkus/target/quarkus-app/quarkus-run.jar
The Channel Socket Service is configured using JVM properties. The following table describes the properties that can be used to configure the Channel Socket Service. The Channel Socket Service is configured using JVM properties. The following table describes the properties that can be used to configure the Channel Socket Service.
| **Variable name** | **Description** | **Example of value** | | **Variable name** | **Description** | **Default value** |
|------------------------|-------------------------------------------------|----------------------------------------| |------------------------------------------------|------------------------------------------------------------------------------------------|-----------------------------------------|
| **record.service.url** | The URL used to communicate with record service | http://localhost:8380/proxy/rest/items | | **datahouse.url** | The URL used to communicate with datahouse, to record messages and connections | http://localhost:8080/datahouse/rest/v1 |
| **quarkus.http.port** | The port of the service | 8081 | | **quarkus.http.port** | The port of the service | 8081 |
| **quarkus.log.level** | The log leve | INFO | | **quarkus.log.level** | The log level | INFO |
| **proxy.fallback.pipeline.enabled** | Enable/disable fallback record | true |
| **proxy.fallback.record.service.url** | Recording service URL for the fallback pipeline (alternative to datahouse, ex: proxy v7) | http://localhost:8380/proxy/rest |
| **service.ip.address** | Ip of the host machine of proxy. Used in HTTP rewrite | 127.0.0.1 |
| **handler.logger.enabled** | Enable/disable logger handler to log incoming/outgoing messages | false |
| **quarkus.swagger-ui.always-include** | Enable/disable swagger graphical interface | true |
| **quarkus.otel.exporter.otlp.traces.endpoint** | Service URL to export opentelemtry spans, if not set, telemetry will be disabled | http://localhost:4317 |
For more details about the configuration of the Channel Socket Service, please refer to the
project [README.md](#).
# Compilation and installation # Compilation and installation
...@@ -201,6 +206,7 @@ There is a set of properties that you can configure on the Configuration page, t ...@@ -201,6 +206,7 @@ There is a set of properties that you can configure on the Configuration page, t
| **time\_zone** | The time zone used to display the timestamps | Europe/Paris | | **time\_zone** | The time zone used to display the timestamps | Europe/Paris |
| **admin_only_mode** | This preference is used to enable/disable the Admin Only mode. This mode restricts the access to messages list and messages details to admin only. Connection can however be shared by an administrator to allow users knowing the connection privacy key to see messages from the connection. | false | | **admin_only_mode** | This preference is used to enable/disable the Admin Only mode. This mode restricts the access to messages list and messages details to admin only. Connection can however be shared by an administrator to allow users knowing the connection privacy key to see messages from the connection. | false |
| **proxy_persistent_channels_file_path** | This file path where persistent channels are written. The file must be created by server admin | /opt/proxy/proxyPersistentChannels.csv | | **proxy_persistent_channels_file_path** | This file path where persistent channels are written. The file must be created by server admin | /opt/proxy/proxyPersistentChannels.csv |
| **datahouse_ui_url** | URL to datahouse UI for the new messages list | http://localhost:3000/datahouse-ui |
# SSO Configuration # SSO Configuration
......
--- ---
title: Release note title: Release note
subtitle: Proxy subtitle: Proxy
toolversion: 6.1.0 toolversion: 6.2.5
releasedate: 2024-02-06 releasedate: 2024-09-02
author: Anne-Gaëlle BERGE author: Anne-Gaëlle BERGE
function: Software Engineer function: Software Engineer
customer: IHE Europe customer: IHE Europe
reference: KER1-RNO-IHE-Proxy reference: KER1-RNO-IHE-Proxy
--- ---
# 6.2.5
_Release date: 2024-09-02_
__Bug__
* \[[PROXY-381](https://gazelle.ihe.net/jira/browse/PROXY-381)\] Replace HL7 by HL7v2
* \[[PROXY-395](https://gazelle.ihe.net/jira/browse/PROXY-395)\] Decoding error: the content displayed is quite weird
* \[[PROXY-397](https://gazelle.ihe.net/jira/browse/PROXY-397)\] Arrow between Initiator and Responder
* \[[PROXY-404](https://gazelle.ihe.net/jira/browse/PROXY-404)\] Memory leaks on proxy-v17
* \[[PROXY-419](https://gazelle.ihe.net/jira/browse/PROXY-419)\] Calendar filters lack rules
__Task__
* \[[PROXY-414](https://gazelle.ihe.net/jira/browse/PROXY-414)\] Decode Dicom dump in the backend
* \[[PROXY-418](https://gazelle.ihe.net/jira/browse/PROXY-418)\] Hl7v2 XML renderer
* \[[PROXY-421](https://gazelle.ihe.net/jira/browse/PROXY-421)\] Proxy decoders should save original message
* \[[PROXY-422](https://gazelle.ihe.net/jira/browse/PROXY-422)\] Make it easier to read the rows of a table
* \[[PROXY-423](https://gazelle.ihe.net/jira/browse/PROXY-423)\] Auto indexes verification
* \[[PROXY-424](https://gazelle.ihe.net/jira/browse/PROXY-424)\] ID for Automation tests
* \[[PROXY-425](https://gazelle.ihe.net/jira/browse/PROXY-425)\] Remove autoscroll
* \[[PROXY-426](https://gazelle.ihe.net/jira/browse/PROXY-426)\] List of messages - 1 line to display timestamp
* \[[PROXY-427](https://gazelle.ihe.net/jira/browse/PROXY-427)\] calendar not fully visible
* \[[PROXY-428](https://gazelle.ihe.net/jira/browse/PROXY-428)\] Calendar - Add a quick picker
* \[[PROXY-449](https://gazelle.ihe.net/jira/browse/PROXY-449)\] Download raw
* \[[PROXY-454](https://gazelle.ihe.net/jira/browse/PROXY-454)\] Replace BETA by NEW
__Improvement__
* \[[PROXY-405](https://gazelle.ihe.net/jira/browse/PROXY-405)\] Persist raw content alongside with decoded message
# 6.2.4 # 6.2.4
_Release date: 2024-06-25_ _Release date: 2024-06-25_
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment