Skip to content

Commit

Permalink
Merge branch 'cert_doc_update_part_2' of https://github.com/Engineeri…
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjovanovic committed Aug 22, 2023
2 parents 2b758f7 + 6e3eefe commit 239543c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion doc/TRUEConnector/component-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion doc/contractNegotiation/contract-negotiation.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Contract Negotiation - simple flow <a href="#contractnegotiation" id="contractnegotiation"></a>

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.

Expand Down
6 changes: 0 additions & 6 deletions doc/modifyingConfiguration/ssl.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
4 changes: 2 additions & 2 deletions doc/roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | |
2 changes: 1 addition & 1 deletion prepopulate_be_dataapp_data_provider.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 239543c

Please sign in to comment.