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

[09.04.24] EDC Update to 0.7.x_RC (24.05) Release #358

Closed
6 tasks
jzbmw opened this issue Jan 16, 2024 · 5 comments
Closed
6 tasks

[09.04.24] EDC Update to 0.7.x_RC (24.05) Release #358

jzbmw opened this issue Jan 16, 2024 · 5 comments
Assignees
Labels
dependencies Pull requests that update a dependency file pip12 Issues which are plannen in the PIP 12 event R24.5 release-hot-fix pbi is relevant for current release and for hotfix path spill_over Issues which are not finished yet

Comments

@jzbmw
Copy link
Contributor

jzbmw commented Jan 16, 2024

As Everyone ,
I want to make sure the IRS runs with the EDC Version which is necessary for R 24.05,
so that the whole network works .

Link

Blocked

  • edc version does not exist yet. Wait until this version exists

Hints / Details

  • the EDC 0.7.0 Version will be available from the 05.04.24
  • Hints: Wallet is no longer requested with technical user. Technical user is deprecated.
    MIW URL is still in discussion
    Dependencie to EDC 0.7.0 Version
  • See Analyse : SPike EDC Update to 0.6.x (24.05) Release  #424 for further infos
please be informed that the BDRS URL to be used is:
[https://bpn-did-resolution-service.int.demo.catena-x.net/api/directory](https://bpn-did-resolution-service.int.demo.catena-x.net/api/directory/bpn-directory)
Example curl:
curl -X GET -IL  -k --fail https://bpn-did-resolution-service.int.demo.catena-x.net/api/directory/bpn-directory -H "content-type: application/json" -H "Authorization: Bearer <YOUR_VP_TOKEN>" -o /dev/null

A payload was successfully received using this approach.
Details also here:
https://confluence.catena-x.net/x/5ILrBw

Outcome / Acceptance Criteria

Acceptance Criteria

  • Changes in EDC 0.7 are analyzed
  • The R24.05 released EDC Version is integrated
  • An IRS Job has successfully finished with new EDC Version

MIW

  • Client_ID (not applicable anymore in EDC config)
  • Client_Secret (not applicable anymore in EDC config)
  • Token_URL KeyCloak (not applicable anymore in EDC config)

Required Changes

  • successfully deployed EDC 0.6.0 on DEV - providers, controlplanes and dataplanes
  • /management/v2/assets API endpoints were removed and replaced with /management/v3/assets

Places to update:

  1. reset-env.py
  2. transform-and-upload.py -> request body changed from
{
"@context": {},
"asset": {
"@type": "Asset",
"@id": f"{asset_id_}",
"properties": {
"description": "IRS EDC Test Asset"
}
},
"dataAddress": {
"@type": "DataAddress",
"type": "HttpData",
"baseUrl": f"{submodel_url_}",
"proxyPath": "true",
"proxyBody": "false",
"proxyMethod": "false",
"proxyQueryParams": "false"
}
}

to

{
"@context": {},
"@id": f"{asset_id_}",
"properties": {
"description": "IRS EDC Test Asset"
},
"dataAddress": {
"@type": "DataAddress",
"type": "HttpData",
"baseUrl": f"{submodel_url_}",
"proxyPath": "true",
"proxyBody": "false",
"proxyMethod": "false",
"proxyQueryParams": "false"
}
}
  1. IRS can no longer use v2 for creation of notification asset, confirm that Helm config value is set as below:
    ess.assetsPath: /management/v3/assets

Out of Scope

  • ...
@jzbmw jzbmw added this to IRS Jan 16, 2024
@github-project-automation github-project-automation bot moved this to inbox in IRS Jan 16, 2024
@jzbmw jzbmw added BLOCKED Items which are blocked by dependencies DISCUSSION_NEEDED This ticket needs discussion within teammembers pip12 Issues which are plannen in the PIP 12 event dependencies Pull requests that update a dependency file and removed DISCUSSION_NEEDED This ticket needs discussion within teammembers labels Jan 16, 2024
@mkanal mkanal changed the title EDC Update to 24.05 Relase EDC Update to 24.05 Release Jan 19, 2024
@mkanal mkanal changed the title EDC Update to 24.05 Release EDC Update to 0.6.x (24.05) Release Feb 19, 2024
@mkanal mkanal changed the title EDC Update to 0.6.x (24.05) Release EDC Update to 0.7.x (24.05) Release Feb 19, 2024
@mkanal mkanal changed the title EDC Update to 0.7.x (24.05) Release [05.04.24] EDC Update to 0.7.x (24.05) Release Mar 19, 2024
@mkanal mkanal changed the title [05.04.24] EDC Update to 0.7.x (24.05) Release [09.04.24] EDC Update to 0.7.x_RC (24.05) Release Mar 21, 2024
@jzbmw jzbmw moved this from inbox to backlog in IRS Apr 2, 2024
@jzbmw jzbmw moved this from backlog to next in IRS Apr 2, 2024
@jzbmw jzbmw removed the BLOCKED Items which are blocked by dependencies label Apr 2, 2024
@mkanal mkanal moved this from next to wip in IRS Apr 8, 2024
@ds-jhartmann
Copy link
Contributor

ds-jhartmann commented Apr 8, 2024

Currently blocked by missing instance of bpn-did-resolution-service and SAP DIM
Prepared environments for EDC 0.7.0 catenax-ng#855

@ds-jhartmann ds-jhartmann moved this from wip to next in IRS Apr 9, 2024
@ds-jhartmann ds-jhartmann added the BLOCKED Items which are blocked by dependencies label Apr 11, 2024
@ds-jhartmann ds-jhartmann moved this from next to wip in IRS Apr 12, 2024
@mkanal mkanal removed the BLOCKED Items which are blocked by dependencies label Apr 15, 2024
@jzbmw jzbmw added the spill_over Issues which are not finished yet label Apr 16, 2024
@ds-jhartmann ds-jhartmann mentioned this issue May 6, 2024
2 tasks
@ds-jhartmann
Copy link
Contributor

ds-jhartmann commented May 6, 2024

Updated EDC client to 0.7.0 in #586
testdata upload fix in #591
updated helm charts in catenax-ng#916

  • Changes in EDC 0.7 are analyzed
  • The R24.05 released EDC Version is integrated
  • An IRS Job has successfully finished with new EDC Version

@ds-jhartmann ds-jhartmann moved this from wip to test in IRS May 6, 2024
ds-mwesener added a commit that referenced this issue May 7, 2024
@ds-jhartmann
Copy link
Contributor

Ready for additional Testing @mkanal @ds-kgassner

@ds-jhartmann
Copy link
Contributor

Bug regarding missing contract agreement id #598

ds-jhartmann added a commit that referenced this issue May 7, 2024
@mkanal mkanal moved this from test to review in IRS May 8, 2024
@mkanal
Copy link
Contributor

mkanal commented May 8, 2024

PO acceptance in representation of @jzbmw .
EDC version 0.7.0 is installed on DEV and INT integration tests works as expected.

@mkanal mkanal moved this from review to done in IRS May 8, 2024
@mkanal mkanal closed this as completed May 8, 2024
@mkanal mkanal added R24.5 release-hot-fix pbi is relevant for current release and for hotfix path labels May 13, 2024
ds-jhartmann added a commit to ds-jhartmann/item-relationship-service that referenced this issue Jun 13, 2024
ds-jhartmann added a commit to ds-jhartmann/item-relationship-service that referenced this issue Jun 13, 2024
ds-jhartmann added a commit to ds-jhartmann/item-relationship-service that referenced this issue Jun 13, 2024
ds-jhartmann added a commit to ds-jhartmann/item-relationship-service that referenced this issue Jun 13, 2024
ds-jhartmann added a commit to ds-jhartmann/item-relationship-service that referenced this issue Jun 13, 2024
ds-jhartmann added a commit to ds-jhartmann/item-relationship-service that referenced this issue Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file pip12 Issues which are plannen in the PIP 12 event R24.5 release-hot-fix pbi is relevant for current release and for hotfix path spill_over Issues which are not finished yet
Projects
Status: done
Development

No branches or pull requests

4 participants