From 12b8d827a85029a199973a418dc46b4dd1d3be2d Mon Sep 17 00:00:00 2001 From: Marko Stojanovic Date: Tue, 22 Aug 2023 10:21:37 +0200 Subject: [PATCH 1/5] Fix link for UC App --- doc/TRUEConnector/component-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/TRUEConnector/component-overview.md b/doc/TRUEConnector/component-overview.md index b54c0c1..fe3162c 100644 --- a/doc/TRUEConnector/component-overview.md +++ b/doc/TRUEConnector/component-overview.md @@ -6,7 +6,7 @@ TRUE Connector is build using Java11, and use following libraries: | --------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------- | | [Execution core container](https://github.com/Engineering-Research-and-Development/true-connector-execution_core_container/releases/tag/1.14.2) | 1.14.2 | | [Basic data app](https://github.com/Engineering-Research-and-Development/true-connector-basic_data_app/releases/tag/0.3.1) | 0.3.1 | -| [Usage control app](https://github.com/Engineering-Research-and-Development/true-connector-uc_data_app_platoon/releases/tag/1.7.3) | 1.7.4 | +| [Usage control app](https://github.com/Engineering-Research-and-Development/true-connector-uc_data_app_platoon/releases/tag/1.7.4) | 1.7.4 | | [Pip](https://github.com/Engineering-Research-and-Development/true-connector-uc_data_app_platoon/tree/1.7.3/Docker_Tecnalia_DataUsage/pip) | 1.0.0 | | [Multipart Message Library](https://github.com/Engineering-Research-and-Development/true-connector-multipart_message_library/releases/tag/1.0.17) | 1.0.17 | | [Websocket Message Streamer](https://github.com/Engineering-Research-and-Development/true-connector-websocket_message_streamer/releases/tag/1.0.17) | 1.0.17 | From b097a88e7e2f767dd22ae9faff61212279047475 Mon Sep 17 00:00:00 2001 From: Marko Stojanovic Date: Tue, 22 Aug 2023 10:21:53 +0200 Subject: [PATCH 2/5] Fix link to usageControl.md --- doc/contractNegotiation/contract-negotiation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/contractNegotiation/contract-negotiation.md b/doc/contractNegotiation/contract-negotiation.md index 6fe7458..8defff8 100644 --- a/doc/contractNegotiation/contract-negotiation.md +++ b/doc/contractNegotiation/contract-negotiation.md @@ -1,6 +1,6 @@ ## Contract Negotiation - simple flow -Usage Control is disabled by default. If you want to enable it (mandatory for contract negotiation), please check ["Enabling usage control"](usagecontrol.md). +Usage Control is disabled by default. If you want to enable it (mandatory for contract negotiation), please check ["Enabling usage control"](../advancedConfiguration/usagecontrol.md). If mandatory, for other connectors, you can perform contract negotiation with other connector (not TRUE Connector) or with TRUE Connector. There is default contract offer that will be sent if ContractRequestMessage is received. It will allow consuming of resource. From c2fb9c230b86e5ef0821f72cb925e8e520c3b23a Mon Sep 17 00:00:00 2001 From: Marko Stojanovic Date: Tue, 22 Aug 2023 11:16:21 +0200 Subject: [PATCH 3/5] Delete the SERVER_SSL_ENABLED description --- doc/modifyingConfiguration/ssl.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/modifyingConfiguration/ssl.md b/doc/modifyingConfiguration/ssl.md index c78a68d..f3e07db 100644 --- a/doc/modifyingConfiguration/ssl.md +++ b/doc/modifyingConfiguration/ssl.md @@ -9,9 +9,3 @@ KEY_PASSWORD={your_certificate_key} KEYSTORE_PASSWORD={your_certificate_password} ALIAS={your_certificate_alias} ``` - -If you want to use http and not https, simply disable following property - -``` -SERVER_SSL_ENABLED=false -``` From 52cb99716142ab3e6e427cfd913001c43f380abe Mon Sep 17 00:00:00 2001 From: Marko Stojanovic Date: Tue, 22 Aug 2023 11:16:38 +0200 Subject: [PATCH 4/5] Update ROADMAP.md --- doc/roadmap.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/roadmap.md b/doc/roadmap.md index faf2c68..7120712 100644 --- a/doc/roadmap.md +++ b/doc/roadmap.md @@ -5,8 +5,8 @@ This list follows no timeline, instead, individual tasks can be priority-assigne | Priority | Task | Status | Note | |:---:|:------------|:------------|:------------| | 1 | Dataspace Protocol investigation | Ongoing | | -| 1 | Dataspace Protocol (compliance with EDC)| | | -| 2 | User Interface | | | +| 1 | Dataspace Protocol (compliance with EDC)| Ongoing | | +| 2 | User Interface | Ongoing | | | 1 | Audit logging | Done | | | 3 | Kubernetes deployment | Done | | | 2 | Basic Usage Control | Done | | \ No newline at end of file From 6e3eefeb91212164ff5411e87c0ecd2147f1f7b9 Mon Sep 17 00:00:00 2001 From: Marko Stojanovic Date: Tue, 22 Aug 2023 14:01:35 +0200 Subject: [PATCH 5/5] Modify command --- prepopulate_be_dataapp_data_provider.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prepopulate_be_dataapp_data_provider.sh b/prepopulate_be_dataapp_data_provider.sh index f0e7827..82b1ceb 100755 --- a/prepopulate_be_dataapp_data_provider.sh +++ b/prepopulate_be_dataapp_data_provider.sh @@ -19,4 +19,4 @@ docker run --rm -v "$(pwd)/be-dataapp_data_provider:/source_data" -v "be_dataapp docker run --rm -v "be_dataapp_provider_data:/target_data" alpine sh -c "mkdir -p /target_data/log/dataapp && chown -R nobody:nogroup /target_data/log/dataapp" # Change the ownership of the Docker volume contents to 'nobody:nogroup' -docker run --rm -v be_dataapp_provider_data:/target_data alpine chown -R nobody:nogroup /target_data +docker run --rm -v "be_dataapp_provider_data:/target_data" alpine sh -c "chown -R nobody:nogroup /target_data"