aboutsummaryrefslogtreecommitdiff
path: root/infos/ms-proxyservice
diff options
context:
space:
mode:
authorThomas <>2024-03-13 15:07:14 +0100
committerThomas <>2024-03-13 15:07:14 +0100
commitd59d46c270d22cc8f6976081a6160ed286b0e982 (patch)
treebab282b78033f2da102696bb72b19fea757fdefa /infos/ms-proxyservice
parentc4edfbf6a41984426c958aae39a762a36487c4cf (diff)
downloadNational_eIDAS_Gateway-d59d46c270d22cc8f6976081a6160ed286b0e982.tar.gz
National_eIDAS_Gateway-d59d46c270d22cc8f6976081a6160ed286b0e982.tar.bz2
National_eIDAS_Gateway-d59d46c270d22cc8f6976081a6160ed286b0e982.zip
doc(core): add release-notes, handbooks, and update history
Diffstat (limited to 'infos/ms-proxyservice')
-rw-r--r--infos/ms-proxyservice/Handbuch_MS-eIDAS-Proxy-Service.docxbin44604 -> 45404 bytes
-rw-r--r--infos/ms-proxyservice/handbook/Handbuch_MS-Proxy-Service.pdfbin430163 -> 458623 bytes
-rw-r--r--infos/ms-proxyservice/history.txt10
-rw-r--r--infos/ms-proxyservice/readme_1.1.0.md34
4 files changed, 44 insertions, 0 deletions
diff --git a/infos/ms-proxyservice/Handbuch_MS-eIDAS-Proxy-Service.docx b/infos/ms-proxyservice/Handbuch_MS-eIDAS-Proxy-Service.docx
index f9f83938..3169a85c 100644
--- a/infos/ms-proxyservice/Handbuch_MS-eIDAS-Proxy-Service.docx
+++ b/infos/ms-proxyservice/Handbuch_MS-eIDAS-Proxy-Service.docx
Binary files differ
diff --git a/infos/ms-proxyservice/handbook/Handbuch_MS-Proxy-Service.pdf b/infos/ms-proxyservice/handbook/Handbuch_MS-Proxy-Service.pdf
index b4ca05e0..4953a619 100644
--- a/infos/ms-proxyservice/handbook/Handbuch_MS-Proxy-Service.pdf
+++ b/infos/ms-proxyservice/handbook/Handbuch_MS-Proxy-Service.pdf
Binary files differ
diff --git a/infos/ms-proxyservice/history.txt b/infos/ms-proxyservice/history.txt
index 3af89be7..c60f4019 100644
--- a/infos/ms-proxyservice/history.txt
+++ b/infos/ms-proxyservice/history.txt
@@ -1,5 +1,15 @@
Dieses Dokument zeigt die Veränderungen und Erweiterungen am eIDAS MS-Proxy-Service
+Version 1.1.0 (2024-03-14)
+ - Umstellung auf eIDAS Node 2.7.x der Referenzimplementierung
+ - Timestamp Format des JSON basierten Statistik Logging angepasst
+ - Logging optimiert
+ - Aktualisierung von Drittherstellerbibliotheken
+ - Spring-Framework 5.3.32
+ - joda-time 1.12.7
+ - jackson 2.16.2
+ - jose4j 0.9.6
+
Version 1.0.6 (2023-12-11)
- JSON basierten Statistik Logging um allgemeinen Status erweitert
- Logging angepasst um eine Auftrennung zwischen MS-Connector und MS-Proxy-Service zu ermöglichen
diff --git a/infos/ms-proxyservice/readme_1.1.0.md b/infos/ms-proxyservice/readme_1.1.0.md
new file mode 100644
index 00000000..d55fb194
--- /dev/null
+++ b/infos/ms-proxyservice/readme_1.1.0.md
@@ -0,0 +1,34 @@
+# MS-Proxy-Service v1.1.0 Release vom 14.03.2024
+
+Das MS-Proxy-Service implementiert eine Bridge zwischen dem österreichischen E-ID System und dem eIDAS Framework um österreichischen Benutzern eine Anmeldung an ausländischen Service-Providern zu ermöglichen.
+
+### Änderungen in dieser Version
+
+ - Umstellung auf eIDAS Node 2.7.x der Referenzimplementierung
+ - Timestamp Format des JSON basierten Statistik Logging angepasst
+ - Logging optimiert
+ - Aktualisierung von Drittherstellerbibliotheken
+ - Spring-Framework 5.3.32
+ - joda-time 1.12.7
+ - jackson 2.16.2
+ - jose4j 0.9.6
+
+
+
+### Durchführen eines Updates
+
+Nachfolgend finden Sie die erforderlichen Schritte für das Update eines bestehenden MS-Proxy-Service auf die aktuelle Version 1.1.0. Das vollständige Handbuch mit allen Konfigurationsparametern finden Sie im Releasepackage im Verzeichnis: _infos/handbook/_
+
+### Ausgehend von einer bestehenden Version 1.1.0
+
+1. Stoppen Sie die *MS-Proxy-Service* Applikation und fertigen Sie eine Sicherungskopie Ihrer Applikation inklusive Konfiguration an
+2. Entpacken Sie das Releasepacket *ms_specific_proxyservice-1.1.0-dist.zip* in ein temporäres Verzeichnis welches in weiterer Folge __MsProxyServicePackage__ bezeichnet wird.
+3. Kopieren sie die Applikation __MsProxyServicePackage__/ms_proxyservice.war nach in das Applikationsverzeichnis ihres Applikationsservers
+4. Geänderte Java Startparameter
+ Es werden nur mehr die folgenden beiden SystemD Parameter zur MS-ProxyService Konfiguration benötigt
+ - ```-Deidas.ms-proxy.configuration=/path/to/configuration/default_config.properties```
+ - ```-DSPECIFIC_PROXY_SERVICE_CONFIG_REPOSITORY=/path/to/configuration/eIDAS/```
+ - ``` -Dlogging.config=file:/path/to/configuration/logback_config.xml```
+5. Neue optionale Konfigurationsparameter
+ Defaultwerte sind an die beigelegte eIDAS-Node v2.7.x Konfiguration abgestimmt
+ - ```eidas.ms.auth.eIDAS.node_v2.lightToken.proxyservice.*```