Skip to content

Commit

Permalink
InfoModel 4.2.7 update (#26)
Browse files Browse the repository at this point in the history
* Component update - ecc - 1.13.1, da - 0.2.7, uc - 1.7.1, pip - 1.0.0; requires property synchronization

* Add uc-dataapp-pip-provider and uc-dataapp-pip-consumer to
docker-compose.yml

* Add pip.properties for uc-dataapp-pip both for consumer and provider

* Documentation update

* Update truststoreEcc.jks with latest certificates

* Fix tests in DSC Communication postman collection

* Fix ECC and UC versions and their sha signatures in docs

---------

Co-authored-by: Marko Stojanovic <[email protected]>
Co-authored-by: David Jovanovic <[email protected]>
  • Loading branch information
3 people authored Jul 3, 2023
1 parent fb21b04 commit 9a73545
Show file tree
Hide file tree
Showing 50 changed files with 2,202 additions and 1,322 deletions.
1 change: 0 additions & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
CLEARING_HOUSE=http://109.232.32.193:8280/data
BROKER_URL=https://broker.ids.isst.fraunhofer.de/infrastructure

DISABLE_SSL_VALIDATION=true
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Please [click here](https://engineering-ing-inf-rd.gitbook.io/true-connector/),
* [WebSocket configuration (WSS)](doc/modifyingConfiguration/wss.md)
* [IDSCPv2 configuration](doc/modifyingConfiguration/idscp2.md)
* [Advanced configuration](doc/advancedConfiguration/advanced-configuration.md)
* [OCSP](doc/advancedConfiguration/ocsp.md)
* [Supported Identity Providers](doc/advancedConfiguration/identityproviders.md)
* [Extended jwt validation](doc/advancedConfiguration/extendedjwt.md)
* [Convert keystorage files](doc/advancedConfiguration/convert_keystorage.md)
Expand All @@ -53,6 +54,11 @@ Please [click here](https://engineering-ing-inf-rd.gitbook.io/true-connector/),
* [Self Description API](doc/selfDescriptionAPI/self-description-API.md)
* [Changing API password](doc/selfDescriptionAPI/changepassword.md)
* [Postman collection](doc/selfDescriptionAPI/postman.md)
* [Cosign](doc/selfDescriptionAPI/cosign.md)
* [Docker image signing and verification](doc/cosign.md)
* [Life cycle](doc/life_cycle.md)
* [Security](doc/security.md)
* [IDS-criteria](doc/IDS-criteria.md)
* [Roadmap](doc/roadmap.md)
* [Traceability matrix](doc/traceability_matrix.md)
* [License](doc/license.md)
* [Contributing TRUE Connector](doc/contributingTC.md)
11 changes: 8 additions & 3 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,21 @@
* [Self Description API](doc/self-description-API.md)
* [Changing API password](doc/selfDescriptionAPI/changepassword.md)
* [Postman collection](doc/selfDescriptionAPI/postman.md)
* [Cosign](doc/selfDescriptionAPI/cosign.md)
* [License](doc/license.md)
* [Advanced doc](doc/README.md)
* [MYDATA\_USAGE\_CONTROL](doc/MYDATA\_USAGE\_CONTROL.md)
* [PLATOON\_USAGE\_CONTROL](doc/PLATOON\_USAGE\_CONTROL.md)
* [Test cases](doc/TEST\_API.md)
* [roadmap](doc/roadmap.md)
* [rest\_api](doc/rest\_api/README.md)
* [REST API](doc/rest\_api/REST\_API.md)
* [testbed](doc/testbed/README.md)
* [Testbed](doc/testbed/TESTBED.md)
* [Step to replicate True Connector installation in minikube.](kubernetes/README.md)
* [Contributing TRUE Connector](doc/contributingTC.md)
* [Docker image signing and verification](doc/cosign.md)
* [Life cycle](doc/life_cycle.md)
* [Security](doc/security.md)
* [IDS-criteria](doc/IDS-criteria.md)
* [Roadmap](doc/roadmap.md)
* [Traceability matrix](doc/traceability_matrix.md)
* [License](doc/license.md)
* [Contributing TRUE Connector](doc/contributingTC.md)
57 changes: 57 additions & 0 deletions TRUE Connector v1 enviroment.postman_environment.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"id": "2fd81052-90c2-46e8-bace-b4efbdf95dff",
"name": "TRUE Connector v1 enviroment",
"values": [
{
"key": "Proxy_Endpoint",
"value": "https://localhost:8184/proxy",
"type": "default",
"enabled": true
},
{
"key": "multipart_type",
"value": "form",
"type": "default",
"enabled": true
},
{
"key": "Forward-To",
"value": "https://ecc-provider:8889/data",
"type": "default",
"enabled": true
},
{
"key": "Forward-To-WS",
"value": "wss://ecc-provider:8086",
"type": "default",
"enabled": true
},
{
"key": "Forward-To-Internal",
"value": "wss://ecc-consumer:8887",
"type": "default",
"enabled": true
},
{
"key": "Self_Description_URL",
"value": "https://localhost:8090",
"type": "default",
"enabled": true
},
{
"key": "Broker_URL",
"value": "https://broker-reverseproxy/infrastructure",
"type": "default",
"enabled": true
},
{
"key": "contract_artifact",
"value": "http://w3id.org/engrd/connector/artifact/1",
"type": "default",
"enabled": true
}
],
"_postman_variable_scope": "environment",
"_postman_exported_at": "2023-06-01T10:54:24.741Z",
"_postman_exported_using": "Postman/10.14.6"
}
Loading

0 comments on commit 9a73545

Please sign in to comment.