-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
1 parent
fb21b04
commit 9a73545
Showing
50 changed files
with
2,202 additions
and
1,322 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
Oops, something went wrong.