Skip to content

Commit

Permalink
feat(impl):[eclipse-tractusx#359] update path
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-ext-kmassalski committed Mar 22, 2024
1 parent f907a56 commit 21f550a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/irs-environments/dev/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ irs-helm:
controlPlane2: http://irs-provider2-tractusx-connector-controlplane:8080/api/check/liveness
controlPlane3: http://irs-provider3-tractusx-connector-controlplane:8080/api/check/liveness
digitalTwinRegistry:
url: https://irs-aas-registry.dev.demo.catena-x.net/semantics/registry/api/v3.0
url: https://irs-aas-registry.dev.demo.catena-x.net/semantics/registry/api/v3
shellDescriptorTemplate: /shell-descriptors/{aasIdentifier}
lookupShellsTemplate: /lookup/shells?assetIds={assetIds}
discovery:
Expand Down
4 changes: 2 additions & 2 deletions charts/irs-environments/dil/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ irs-helm:
token-uri: "<path:traceability-irs/data/dil/oauth2#tokenUri>"

digitalTwinRegistry:
descriptorEndpoint: "https://irs-aas-registry.dev.demo.catena-x.net/semantics/registry/api/v3.0/shell-descriptors/{aasIdentifier}"
shellLookupEndpoint: "https://irs-aas-registry.dev.demo.catena-x.net/semantics/registry/api/v3.0/lookup/shells?assetIds={assetIds}"
descriptorEndpoint: "https://irs-aas-registry.dev.demo.catena-x.net/semantics/registry/api/v3/shell-descriptors/{aasIdentifier}"
shellLookupEndpoint: "https://irs-aas-registry.dev.demo.catena-x.net/semantics/registry/api/v3/lookup/shells?assetIds={assetIds}"
shellDescriptorTemplate: "/shell-descriptors/{aasIdentifier}"
lookupShellsTemplate: "/lookup/shells?assetIds={assetIds}"
type: "decentral"
Expand Down

0 comments on commit 21f550a

Please sign in to comment.