@@ -16,57 +16,59 @@ This secret must contain the primary or the secondard CosmosDB Read-write key.
16
16
Listed below are configuration keys needed to get the ` edc-controlplane-cosmosdb ` up and running.
17
17
Details regarding each configuration property can be found at the [ documentary section of the EDC] ( https://github.com/eclipse-dataspaceconnector/DataSpaceConnector/tree/main/docs ) .
18
18
19
- | Key | Required | Example | Description |
20
- | --- | --- | --- | --- |
21
- | web.http.default.port | X | 8080 | |
22
- | web.http.default.path | X | /api | |
23
- | web.http.data.port | X | 8181 | |
24
- | web.http.data.path | X | | |
25
- | web.http.validation.port | X | 8182 | |
26
- | web.http.validation.path | X | /validation | |
27
- | web.http.control.port | X | 9999 | |
28
- | web.http.control.path | X | /api/controlplane/control | |
29
- | web.http.ids.port | X | 8282 | |
30
- | web.http.ids.path | X | /api/v1/ids | |
31
- | edc.receiver.http.endpoint | X | http://backend-service | |
32
- | edc.ids.title | | Eclipse Dataspace Connector | |
33
- | edc.ids.description | | Eclipse Dataspace Connector | |
34
- | edc.ids.id | | urn:connector: edc | |
35
- | edc.ids.security.profile | | base | |
36
- | edc.ids.endpoint | | http://localhost:8282/api/v1/ids | |
37
- | edc.ids.maintainer | | http://localhost | |
38
- | edc.ids.curator | | http://localhost | |
39
- | edc.ids.catalog.id | | urn:catalog: default | |
40
- | ids.webhook.address | | http://localhost:8282/api/v1/ids | |
41
- | edc.api.control.auth.apikey.key | | X-Api-Key | |
42
- | edc.api.control.auth.apikey.value | | super-strong-api-key | |
43
- | edc.hostname | | localhost | |
44
- | edc.oauth.token.url | X | https://daps.catena-x.net | |
45
- | edc.oauth.public.key.alias | X | key-to-daps-certificate-in-keyvault | |
46
- | edc.oauth.private.key.alias | X | key-to-private-key-in-keyvault | |
47
- | edc.oauth.client.id | X | daps-oauth-client-id | |
48
- | edc.vault.clientid | X | 00000000-1111-2222-3333-444444444444 | |
49
- | edc.vault.tenantid | X | 55555555-6666-7777-8888-999999999999 | |
50
- | edc.vault.name | X | my-vault-name | |
51
- | edc.vault.clientsecret | X | 34-chars-secret | |
52
- | edc.assetindex.cosmos.account-name | X | cosmosdb-assetindex-account-name | |
53
- | edc.assetindex.cosmos.database-name | X | asset-index | |
54
- | edc.assetindex.cosmos.preferred-region | X | westeurope | |
55
- | edc.assetindex.cosmos.container-name | X | cosmosdb-assetindex-container-name | |
56
- | edc.contractdefinitionstore.cosmos.account-name | X | cosmosdb-contractdefinitionstore-account-name | |
57
- | edc.contractdefinitionstore.cosmos.database-name | X | contract-definition-store | |
58
- | edc.contractdefinitionstore.cosmos.preferred-region | X | westeurope | |
59
- | edc.contractdefinitionstore.cosmos.container-name | X | cosmosdb-contractdefinitionstore-container-name | |
60
- | edc.contractnegotiationstore.cosmos.account-name | X | cosmosdb-contractnegotiationstore-account-name | |
61
- | edc.contractnegotiationstore.cosmos.database-name | X | contract-negotiation-store | |
62
- | edc.contractnegotiationstore.cosmos.preferred-region | X | westeurope | |
63
- | edc.contractnegotiationstore.cosmos.container-name | X | cosmosdb-contractnegotiationstore-container-name | |
64
- | edc.transfer-process-store.cosmos.account.name | X | cosmosdb-contractnegotiationstore-account-name | |
65
- | edc.transfer-process-store.database.name | X | transfer-process-store | |
66
- | edc.transfer-process-store.cosmos.preferred-region | X | westeurope | |
67
- | edc.transfer-process-store.cosmos.container-name | X | cosmosdb-transfer-process-store-container-name | |
68
- | edc.transfer.proxy.endpoint | X | | |
69
- | edc.transfer.proxy.token.signer.privatekey.alias | X | | |
19
+ | Key | Required | Example | Description |
20
+ | --- | --- | --- | --- |
21
+ | web.http.default.port | X | 8080 | |
22
+ | web.http.default.path | X | /api | |
23
+ | web.http.data.port | X | 8181 | |
24
+ | web.http.data.path | X | /data | |
25
+ | web.http.validation.port | X | 8182 | |
26
+ | web.http.validation.path | X | /validation | |
27
+ | web.http.control.port | X | 9999 | |
28
+ | web.http.control.path | X | /api/controlplane/control | |
29
+ | web.http.ids.port | X | 8282 | |
30
+ | web.http.ids.path | X | /api/v1/ids | |
31
+ | edc.receiver.http.endpoint | X | http://backend-service | |
32
+ | edc.ids.title | | Eclipse Dataspace Connector | |
33
+ | edc.ids.description | | Eclipse Dataspace Connector | |
34
+ | edc.ids.id | | urn:connector: edc | |
35
+ | edc.ids.security.profile | | base | |
36
+ | edc.ids.endpoint | | http://localhost:8282/api/v1/ids | |
37
+ | edc.ids.maintainer | | http://localhost | |
38
+ | edc.ids.curator | | http://localhost | |
39
+ | edc.ids.catalog.id | | urn:catalog: default | |
40
+ | ids.webhook.address | | http://localhost:8282/api/v1/ids | |
41
+ | edc.api.control.auth.apikey.key | | X-Api-Key | |
42
+ | edc.api.control.auth.apikey.value | | super-strong-api-key | |
43
+ | edc.hostname | | localhost | |
44
+ | edc.oauth.token.url | X | https://daps.catena-x.net | |
45
+ | edc.oauth.public.key.alias | X | key-to-daps-certificate-in-keyvault | |
46
+ | edc.oauth.private.key.alias | X | key-to-private-key-in-keyvault | |
47
+ | edc.oauth.client.id | X | daps-oauth-client-id | |
48
+ | edc.vault.clientid | X | 00000000-1111-2222-3333-444444444444 | |
49
+ | edc.vault.tenantid | X | 55555555-6666-7777-8888-999999999999 | |
50
+ | edc.vault.name | X | my-vault-name | |
51
+ | edc.vault.clientsecret | X | 34-chars-secret | |
52
+ | edc.assetindex.cosmos.account-name | X | cosmosdb-assetindex-account-name | |
53
+ | edc.assetindex.cosmos.database-name | X | asset-index | |
54
+ | edc.assetindex.cosmos.preferred-region | X | westeurope | |
55
+ | edc.assetindex.cosmos.container-name | X | cosmosdb-assetindex-container-name | |
56
+ | edc.contractdefinitionstore.cosmos.account-name | X | cosmosdb-contractdefinitionstore-account-name | |
57
+ | edc.contractdefinitionstore.cosmos.database-name | X | contract-definition-store | |
58
+ | edc.contractdefinitionstore.cosmos.preferred-region | X | westeurope | |
59
+ | edc.contractdefinitionstore.cosmos.container-name | X | cosmosdb-contractdefinitionstore-container-name | |
60
+ | edc.contractnegotiationstore.cosmos.account-name | X | cosmosdb-contractnegotiationstore-account-name | |
61
+ | edc.contractnegotiationstore.cosmos.database-name | X | contract-negotiation-store | |
62
+ | edc.contractnegotiationstore.cosmos.preferred-region | X | westeurope | |
63
+ | edc.contractnegotiationstore.cosmos.container-name | X | cosmosdb-contractnegotiationstore-container-name | |
64
+ | edc.contractnegotiationstore.cosmos.allow.sproc.autoupload | | true | |
65
+ | edc.transfer-process-store.cosmos.account.name | X | cosmosdb-contractnegotiationstore-account-name | |
66
+ | edc.transfer-process-store.database.name | X | transfer-process-store | |
67
+ | edc.transfer-process-store.cosmos.preferred-region | X | westeurope | |
68
+ | edc.transfer-process-store.cosmos.container-name | X | cosmosdb-transfer-process-store-container-name | |
69
+ | edc.transfer-process-store.cosmos.allow.sproc.autoupload | | true | |
70
+ | edc.transfer.proxy.endpoint | X | http://dataplane-public-endpoint/public | |
71
+ | edc.transfer.proxy.token.signer.privatekey.alias | X | key-of-private-key-in-keyvault-to-sign-transfer-token | |
70
72
71
73
#### Example configuration.properties
72
74
0 commit comments