Skip to content

Commit 4771540

Browse files
authored
Merge pull request #37 from Engineering-Research-and-Development/cert_doc_update_part_9
Cert doc update part 9
2 parents 61a6276 + 55e7c94 commit 4771540

38 files changed

+467
-351
lines changed

.env

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
COMPOSE_PROJECT_NAME=trueconnector
22

3+
#DB AES PASSWORD
4+
AES_SECRET_KEY=${AES_SECRET_KEY}
5+
36
BROKER_URL=https://broker.ids.isst.fraunhofer.de/infrastructure
47

58
#TLS settings
@@ -41,8 +44,8 @@ PROVIDER_DATA_APP_ENDPOINT=https://be-dataapp-provider:8083/data
4144
#PROVIDER_DATA_APP_ENDPOINT=https://be-dataapp-provider:9000/incoming-data-app/routerBodyBinary
4245
PROVIDER_WS_EDGE=false
4346
PROVIDER_ISSUER_CONNECTOR_URI=http://w3id.org/engrd/connector/provider
44-
PROVIDER_DATA_APP_FIREWALL=false
45-
PROVIDER_ECC_FIREWALL=false
47+
PROVIDER_DATA_APP_FIREWALL=true
48+
PROVIDER_ECC_FIREWALL=true
4649

4750

4851
### CONSUMER Configuration
@@ -56,5 +59,5 @@ CONSUMER_MULTIPART_EDGE=form
5659
CONSUMER_DATA_APP_ENDPOINT=https://be-dataapp-consumer:8083/data
5760
CONSUMER_WS_EDGE=false
5861
CONSUMER_ISSUER_CONNECTOR_URI=http://w3id.org/engrd/connector/consumer
59-
CONSUMER_DATA_APP_FIREWALL=false
60-
CONSUMER_ECC_FIREWALL=false
62+
CONSUMER_DATA_APP_FIREWALL=true
63+
CONSUMER_ECC_FIREWALL=true

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![](doc/TRUE_Connector_Logo.png?raw=true)
22
<div align="right" style="color: black; font-size: 25px;">
3-
<strong> Version 1.0.6 </strong>
3+
<strong> Version 1.0.7 </strong>
44
</div>
55

66
</br></br>
@@ -65,7 +65,6 @@ Please [click here](https://engineering-ing-inf-rd.gitbook.io/true-connector/),
6565
* [Docker image signing and verification](doc/cosign.md)
6666
* [Life cycle](doc/life_cycle.md)
6767
* [Security](doc/security.md)
68-
* [IDS-criteria](doc/IDS-criteria.md)
6968
* [Roadmap](doc/roadmap.md)
7069
* [Traceability matrix](doc/traceability_matrix.md)
7170
* [License](doc/license.md)

SUMMARY.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,14 @@
4444
* [License](doc/license.md)
4545
* [Advanced doc](doc/README.md)
4646
* [MYDATA\_USAGE\_CONTROL](doc/MYDATA\_USAGE\_CONTROL.md)
47-
* [PLATOON\_USAGE\_CONTROL](doc/PLATOON\_USAGE\_CONTROL.md)
47+
* [PostgreSQL Configuration](doc/postgreConfiguration.md)
4848
* [Test cases](doc/TEST\_API.md)
4949
* [REST API](doc/rest\_api/REST\_API.md)
5050
* [Testbed](doc/testbed/TESTBED.md)
5151
* [Step to replicate True Connector installation in minikube.](kubernetes/README.md)
5252
* [Docker image signing and verification](doc/cosign.md)
5353
* [Life cycle](doc/life_cycle.md)
5454
* [Security](doc/security.md)
55-
* [IDS-criteria](doc/IDS-criteria.md)
5655
* [Roadmap](doc/roadmap.md)
5756
* [Traceability matrix](doc/traceability_matrix.md)
5857
* [License](doc/license.md)

TRUE Connector v1 enviroment.postman_environment.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"id": "2fd81052-90c2-46e8-bace-b4efbdf95dff",
2+
"id": "91f0e0ee-22c2-48f4-8a89-0f507fb1593f",
33
"name": "TRUE Connector v1 enviroment",
44
"values": [
55
{
@@ -44,6 +44,12 @@
4444
"type": "default",
4545
"enabled": true
4646
},
47+
{
48+
"key": "Audit_URL",
49+
"value": "https://localhost:8090/api/audit/",
50+
"type": "default",
51+
"enabled": true
52+
},
4753
{
4854
"key": "contract_artifact",
4955
"value": "http://w3id.org/engrd/connector/artifact/1",
@@ -52,6 +58,6 @@
5258
}
5359
],
5460
"_postman_variable_scope": "environment",
55-
"_postman_exported_at": "2023-06-01T10:54:24.741Z",
56-
"_postman_exported_using": "Postman/10.14.6"
61+
"_postman_exported_at": "2024-02-21T15:12:10.389Z",
62+
"_postman_exported_using": "Postman/10.16.9"
5763
}

TRUE Connector v1.postman_collection.json

Lines changed: 45 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"info": {
3-
"_postman_id": "de10144c-f87c-4bd2-84e1-5b8247e5266a",
3+
"_postman_id": "1f605a99-5d26-4c2a-bd89-c4d185c3c860",
44
"name": "TRUE Connector v1",
55
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
6-
"_exporter_id": "21815221"
6+
"_exporter_id": "2326106"
77
},
88
"item": [
99
{
@@ -1837,19 +1837,58 @@
18371837
}
18381838
}
18391839
]
1840+
},
1841+
{
1842+
"name": "Audit API",
1843+
"item": [
1844+
{
1845+
"name": "Get all audit logs",
1846+
"request": {
1847+
"method": "GET",
1848+
"header": [],
1849+
"url": {
1850+
"raw": "{{Audit_URL}}",
1851+
"host": [
1852+
"{{Audit_URL}}"
1853+
]
1854+
}
1855+
},
1856+
"response": []
1857+
},
1858+
{
1859+
"name": "Get audit logs by day",
1860+
"request": {
1861+
"method": "GET",
1862+
"header": [],
1863+
"url": {
1864+
"raw": "{{Audit_URL}}?date=YYYY-MM-DD",
1865+
"host": [
1866+
"{{Audit_URL}}"
1867+
],
1868+
"query": [
1869+
{
1870+
"key": "date",
1871+
"value": "YYYY-MM-DD"
1872+
}
1873+
]
1874+
}
1875+
},
1876+
"response": []
1877+
}
1878+
]
18401879
}
18411880
],
18421881
"auth": {
18431882
"type": "basic",
18441883
"basic": [
18451884
{
1846-
"key": "username",
1847-
"value": "apiUser",
1885+
"key": "password",
1886+
"value": "passwordApiUser",
18481887
"type": "string"
18491888
},
18501889
{
1851-
"key": "password",
1852-
"value": "passwordApiUser",
1890+
"key": "username",
1891+
"value": "apiUser",
18531892
"type": "string"
18541893
}
18551894
]

doc/IDS-criteria.md

Lines changed: 0 additions & 107 deletions
This file was deleted.

doc/PLATOON_USAGE_CONTROL.md

Lines changed: 0 additions & 109 deletions
This file was deleted.

doc/TEST_API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ curl --location -k 'https://localhost:8090/about/version'
7575
and expected response:
7676

7777
```
78-
1.14.7
78+
1.14.8
7979
```
8080

8181
## Self Description API

0 commit comments

Comments
 (0)