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 | 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. 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 -``` 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 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"