Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: TRACEFOSS-XXX Updated to decentral flow #436

Merged
merged 2 commits into from
Jul 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions tx-backend/src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ edc:

irs-edc-client:
callback-url: "https://traceability.dev.demo.catena-x.net/api/internal/endpoint-data-reference"
controlplane:
endpoint:
data: "https://tracex-consumer-controlplane.dev.demo.catena-x.net/management"

digitalTwinRegistryClient:
type: "decentral"
Expand Down
3 changes: 3 additions & 0 deletions tx-backend/src/main/resources/application-e2e-a.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ edc:

irs-edc-client:
callback-url: "https://traceability-e2e-a.dev.demo.catena-x.net/api/internal/endpoint-data-reference"
controlplane:
endpoint:
data: "https://tx-edc-consumer-e2e-a-controlplane.dev.demo.catena-x.net/management"

digitalTwinRegistryClient:
type: "decentral"
Expand Down
6 changes: 4 additions & 2 deletions tx-backend/src/main/resources/application-e2e-b.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ edc:
callback-urls: http://tx-irs-e2e-b:8181/internal/endpoint-data-reference

irs-edc-client:
callback-url: "https://traceability-e2e-a.dev.demo.catena-x.net/api/internal/endpoint-data-reference"

callback-url: "https://traceability-e2e-b.dev.demo.catena-x.net/api/internal/endpoint-data-reference"
controlplane:
endpoint:
data: "https://tx-edc-consumer-e2e-b-controlplane.dev.demo.catena-x.net/management"
digitalTwinRegistryClient:
type: "decentral"
discoveryFinderUrl: "https://tracex-discovery-mock-e2e-b.dev.demo.catena-x.net/api/administration/connectors/discovery/search" # required if type is "decentral"
1 change: 0 additions & 1 deletion tx-backend/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ edc:
provider-edc-url: ${EDC_PROVIDER_URL}

irs-edc-client:
callback-url: "https://traceability.dev.demo.catena-x.net/api/internal/endpoint-data-reference" # The URL where the EDR token callback will be sent to.
controlplane:
request-ttl: PT10M # How long to wait for an async EDC negotiation request to finish, ISO 8601 Duration
endpoint:
Expand Down