Skip to content

Commit

Permalink
Release version 0.0.3 (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
denisneuling authored May 23, 2022
1 parent b90b2ba commit d156ff1
Show file tree
Hide file tree
Showing 17 changed files with 75 additions and 84 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.3] - 2022-05-23

## [0.0.2] - 2022-05-20

## [0.0.1] - 2022-05-13

[Unreleased]: https://github.com/catenax-ng/product-edc/compare/0.0.2...HEAD
[Unreleased]: https://github.com/catenax-ng/product-edc/compare/0.0.3...HEAD

[0.0.3]: https://github.com/catenax-ng/product-edc/compare/0.0.2...0.0.3

[0.0.2]: https://github.com/catenax-ng/product-edc/compare/0.0.1...0.0.2

Expand Down
4 changes: 2 additions & 2 deletions deployment/helm/edc-controlplane/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ description: >-
EDC Control-Plane - The Eclipse DataSpaceConnector administration layer with responsibility of resource management and govern contracts and data transfers
home: https://github.com/catenax-ng/product-edc/deployment/helm/edc-controlplane
type: application
appVersion: "0.0.2"
version: 0.0.2
appVersion: "0.0.3"
version: 0.0.3
maintainers: []
2 changes: 2 additions & 0 deletions deployment/helm/edc-controlplane/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,7 @@ configuration:
# edc.contractnegotiationstore.cosmos.container-name=
# edc.contractnegotiationstore.cosmos.database-name=
# edc.contractnegotiationstore.cosmos.preferred-region=
# edc.contractnegotiationstore.cosmos.allow.sproc.autoupload=
# edc.controlplane.validation-endpoint=
# edc.core.retry.backoff.max=
# edc.core.retry.backoff.min=
Expand Down Expand Up @@ -322,6 +323,7 @@ configuration:
# edc.transfer-process-store.cosmos.account.name=
# edc.transfer-process-store.cosmos.container-name=
# edc.transfer-process-store.cosmos.preferred-region=
# edc.transfer-process-store.cosmos.allow.sproc.autoupload=
# edc.transfer-process-store.database.name=
# edc.transfer.state-machine.batch-size=
# edc.vault=
Expand Down
4 changes: 2 additions & 2 deletions deployment/helm/edc-dataplane/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ description: >-
EDC Data-Plane - The Eclipse DataSpaceConnector data layer with responsibility of transferring and receiving data streams
home: https://github.com/catenax-ng/product-edc/deployment/helm/edc-dataplane
type: application
appVersion: "0.0.2"
version: 0.0.2
appVersion: "0.0.3"
version: 0.0.3
maintainers: []
2 changes: 1 addition & 1 deletion edc
Submodule edc updated from dc8ff6 to acd023
17 changes: 0 additions & 17 deletions edc-controlplane/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -494,23 +494,6 @@ __targetConnectorIdsPath=api/v1/ids
__defaultApiPath=api
__apiKey=X-Api-Key
__apiKeyValue=pwd
__contractDefinitionId=1
__policyId=1
__assetId=1

__publicContractDefinition="
{
\"id\": \"$__contractDefinitionId\",
\"accessPolicyId\": \"$__policyId\",
\"contractPolicyId\": \"$__policyId\",
\"criteria\": [
{
\"left\": \"asset:prop:id\",
\"op\": \"=\",
\"right\": \"$__assetId\"
}
]
}"

# Call Control API
curl -G -X GET $__connectorUrl/$__defaultApiPath/control/catalog --header "$__apiKey: $__apiKeyValue" --data-urlencode "provider=$__targetConnectorUrl/$__targetConnectorIdsPath/data" --header "Content-Type: application/json" -s | jq
Expand Down
104 changes: 53 additions & 51 deletions edc-controlplane/edc-controlplane-cosmosdb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,57 +16,59 @@ This secret must contain the primary or the secondard CosmosDB Read-write key.
Listed below are configuration keys needed to get the `edc-controlplane-cosmosdb` up and running.
Details regarding each configuration property can be found at the [documentary section of the EDC](https://github.com/eclipse-dataspaceconnector/DataSpaceConnector/tree/main/docs).

| Key | Required | Example | Description |
|--- |--- |--- |--- |
| web.http.default.port | X | 8080 | |
| web.http.default.path | X | /api | |
| web.http.data.port | X | 8181 | |
| web.http.data.path | X | | |
| web.http.validation.port | X | 8182 | |
| web.http.validation.path | X | /validation | |
| web.http.control.port | X | 9999 | |
| web.http.control.path | X | /api/controlplane/control | |
| web.http.ids.port | X | 8282 | |
| web.http.ids.path | X | /api/v1/ids | |
| edc.receiver.http.endpoint | X | http://backend-service | |
| edc.ids.title | | Eclipse Dataspace Connector | |
| edc.ids.description | | Eclipse Dataspace Connector | |
| edc.ids.id | | urn:connector:edc | |
| edc.ids.security.profile | | base | |
| edc.ids.endpoint | | http://localhost:8282/api/v1/ids | |
| edc.ids.maintainer | | http://localhost | |
| edc.ids.curator | | http://localhost | |
| edc.ids.catalog.id | | urn:catalog:default | |
| ids.webhook.address | | http://localhost:8282/api/v1/ids | |
| edc.api.control.auth.apikey.key | | X-Api-Key | |
| edc.api.control.auth.apikey.value | | super-strong-api-key | |
| edc.hostname | | localhost | |
| edc.oauth.token.url | X | https://daps.catena-x.net | |
| edc.oauth.public.key.alias | X | key-to-daps-certificate-in-keyvault | |
| edc.oauth.private.key.alias | X | key-to-private-key-in-keyvault | |
| edc.oauth.client.id | X | daps-oauth-client-id | |
| edc.vault.clientid | X | 00000000-1111-2222-3333-444444444444 | |
| edc.vault.tenantid | X | 55555555-6666-7777-8888-999999999999 | |
| edc.vault.name | X | my-vault-name | |
| edc.vault.clientsecret | X | 34-chars-secret | |
| edc.assetindex.cosmos.account-name | X | cosmosdb-assetindex-account-name | |
| edc.assetindex.cosmos.database-name | X | asset-index | |
| edc.assetindex.cosmos.preferred-region | X | westeurope | |
| edc.assetindex.cosmos.container-name | X | cosmosdb-assetindex-container-name | |
| edc.contractdefinitionstore.cosmos.account-name | X | cosmosdb-contractdefinitionstore-account-name | |
| edc.contractdefinitionstore.cosmos.database-name | X | contract-definition-store | |
| edc.contractdefinitionstore.cosmos.preferred-region | X | westeurope | |
| edc.contractdefinitionstore.cosmos.container-name | X | cosmosdb-contractdefinitionstore-container-name | |
| edc.contractnegotiationstore.cosmos.account-name | X | cosmosdb-contractnegotiationstore-account-name | |
| edc.contractnegotiationstore.cosmos.database-name | X | contract-negotiation-store | |
| edc.contractnegotiationstore.cosmos.preferred-region | X | westeurope | |
| edc.contractnegotiationstore.cosmos.container-name | X | cosmosdb-contractnegotiationstore-container-name | |
| edc.transfer-process-store.cosmos.account.name | X | cosmosdb-contractnegotiationstore-account-name | |
| edc.transfer-process-store.database.name | X | transfer-process-store | |
| edc.transfer-process-store.cosmos.preferred-region | X | westeurope | |
| edc.transfer-process-store.cosmos.container-name | X | cosmosdb-transfer-process-store-container-name | |
| edc.transfer.proxy.endpoint | X | | |
| edc.transfer.proxy.token.signer.privatekey.alias | X | | |
| Key | Required | Example | Description |
|--- |--- |--- |--- |
| web.http.default.port | X | 8080 | |
| web.http.default.path | X | /api | |
| web.http.data.port | X | 8181 | |
| web.http.data.path | X | /data | |
| web.http.validation.port | X | 8182 | |
| web.http.validation.path | X | /validation | |
| web.http.control.port | X | 9999 | |
| web.http.control.path | X | /api/controlplane/control | |
| web.http.ids.port | X | 8282 | |
| web.http.ids.path | X | /api/v1/ids | |
| edc.receiver.http.endpoint | X | http://backend-service | |
| edc.ids.title | | Eclipse Dataspace Connector | |
| edc.ids.description | | Eclipse Dataspace Connector | |
| edc.ids.id | | urn:connector:edc | |
| edc.ids.security.profile | | base | |
| edc.ids.endpoint | | http://localhost:8282/api/v1/ids | |
| edc.ids.maintainer | | http://localhost | |
| edc.ids.curator | | http://localhost | |
| edc.ids.catalog.id | | urn:catalog:default | |
| ids.webhook.address | | http://localhost:8282/api/v1/ids | |
| edc.api.control.auth.apikey.key | | X-Api-Key | |
| edc.api.control.auth.apikey.value | | super-strong-api-key | |
| edc.hostname | | localhost | |
| edc.oauth.token.url | X | https://daps.catena-x.net | |
| edc.oauth.public.key.alias | X | key-to-daps-certificate-in-keyvault | |
| edc.oauth.private.key.alias | X | key-to-private-key-in-keyvault | |
| edc.oauth.client.id | X | daps-oauth-client-id | |
| edc.vault.clientid | X | 00000000-1111-2222-3333-444444444444 | |
| edc.vault.tenantid | X | 55555555-6666-7777-8888-999999999999 | |
| edc.vault.name | X | my-vault-name | |
| edc.vault.clientsecret | X | 34-chars-secret | |
| edc.assetindex.cosmos.account-name | X | cosmosdb-assetindex-account-name | |
| edc.assetindex.cosmos.database-name | X | asset-index | |
| edc.assetindex.cosmos.preferred-region | X | westeurope | |
| edc.assetindex.cosmos.container-name | X | cosmosdb-assetindex-container-name | |
| edc.contractdefinitionstore.cosmos.account-name | X | cosmosdb-contractdefinitionstore-account-name | |
| edc.contractdefinitionstore.cosmos.database-name | X | contract-definition-store | |
| edc.contractdefinitionstore.cosmos.preferred-region | X | westeurope | |
| edc.contractdefinitionstore.cosmos.container-name | X | cosmosdb-contractdefinitionstore-container-name | |
| edc.contractnegotiationstore.cosmos.account-name | X | cosmosdb-contractnegotiationstore-account-name | |
| edc.contractnegotiationstore.cosmos.database-name | X | contract-negotiation-store | |
| edc.contractnegotiationstore.cosmos.preferred-region | X | westeurope | |
| edc.contractnegotiationstore.cosmos.container-name | X | cosmosdb-contractnegotiationstore-container-name | |
| edc.contractnegotiationstore.cosmos.allow.sproc.autoupload | | true | |
| edc.transfer-process-store.cosmos.account.name | X | cosmosdb-contractnegotiationstore-account-name | |
| edc.transfer-process-store.database.name | X | transfer-process-store | |
| edc.transfer-process-store.cosmos.preferred-region | X | westeurope | |
| edc.transfer-process-store.cosmos.container-name | X | cosmosdb-transfer-process-store-container-name | |
| edc.transfer-process-store.cosmos.allow.sproc.autoupload | | true | |
| edc.transfer.proxy.endpoint | X | http://dataplane-public-endpoint/public | |
| edc.transfer.proxy.token.signer.privatekey.alias | X | key-of-private-key-in-keyvault-to-sign-transfer-token | |

#### Example configuration.properties

Expand Down
2 changes: 1 addition & 1 deletion edc-controlplane/edc-controlplane-cosmosdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<groupId>net.catenax.edc</groupId>
<artifactId>edc-controlplane</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion edc-controlplane/edc-controlplane-memory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>edc-controlplane</artifactId>
<groupId>net.catenax.edc</groupId>
<version>0.0.2</version>
<version>0.0.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion edc-controlplane/edc-controlplane-postgresql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>edc-controlplane</artifactId>
<groupId>net.catenax.edc</groupId>
<version>0.0.2</version>
<version>0.0.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion edc-controlplane/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>net.catenax.edc</groupId>
<artifactId>product-edc-parent</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
</parent>

<artifactId>edc-controlplane</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion edc-dataplane/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>net.catenax.edc</groupId>
<artifactId>product-edc-parent</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
</parent>
<artifactId>edc-dataplane</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion edc-extensions/aas-controller/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>net.catenax.edc.extensions</groupId>
<artifactId>edc-extensions</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
</parent>

<artifactId>aas-controller</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion edc-extensions/business-partner-validation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>net.catenax.edc.extensions</groupId>
<artifactId>edc-extensions</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
</parent>
<artifactId>business-partner-validation</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion edc-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>net.catenax.edc</groupId>
<artifactId>product-edc-parent</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
</parent>

<groupId>net.catenax.edc.extensions</groupId>
Expand Down
2 changes: 1 addition & 1 deletion edc-extensions/postgresql-migration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<parent>
<artifactId>edc-extensions</artifactId>
<groupId>net.catenax.edc.extensions</groupId>
<version>0.0.2</version>
<version>0.0.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<groupId>net.catenax.edc</groupId>
<artifactId>product-edc-parent</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit d156ff1

Please sign in to comment.