Skip to content

Commit

Permalink
Merge pull request #436 from catenax-ng/chore/TRACEFOSS-XXX-app-profiles
Browse files Browse the repository at this point in the history
chore: TRACEFOSS-XXX Updated to decentral flow
  • Loading branch information
ds-mwesener authored Jul 21, 2023
2 parents 44cc798 + ff0d9e8 commit dd13945
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
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

0 comments on commit dd13945

Please sign in to comment.