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

Process Worker | Set Catena-X Membership in BPDM #471

Open
1 task done
tfjanjua opened this issue Oct 29, 2024 · 0 comments
Open
1 task done

Process Worker | Set Catena-X Membership in BPDM #471

tfjanjua opened this issue Oct 29, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@tfjanjua
Copy link

tfjanjua commented Oct 29, 2024

Description

As Portal, we would like to maintain a list of all companies that were onboarded to the Catena-X network. This membership information is meant to be stored in the BPDM Pool. We therefore need to update the isCatenaXMember flag for a BPNL once the company has been onboarded.

The BPDM Pool offers an endpoint to update the isCatenaXMember flag via an endpoint. Example to update the membership information for a given BPNL. Please note that the path needs to be adapted to the specific environment.

curl -X 'PUT' \
  'http://bpdm-example.com/v6/cx-memberships' \
  -H 'accept: */*' \
  -H 'Content-Type: application/json' \
  -d '{
  "memberships": [
    {
      "bpnL": "BPNL000000000001",
      "isCatenaXMember": true
    }
  ]
}'

Acceptance Criteria

  • Add the following key in charts/templates/cronjob-backend-processes.yaml and charts/templates/deployment-backend-administration.yaml for calling BPDM Pool api.
- name: "APPLICATIONCHECKLIST__BPDM__BUSINESSPARTNERPOOLBASEADDRESS"
          value: "{{ .Values.bpdm.poolAddress }}{{ .Values.bpdm.poolApiPath }}"

Corresponding Backend Ticket

eclipse-tractusx/portal-backend#1111

@tfjanjua tfjanjua added the enhancement New feature or request label Oct 29, 2024
@tfjanjua tfjanjua self-assigned this Oct 29, 2024
@tfjanjua tfjanjua added this to Portal Oct 29, 2024
@github-project-automation github-project-automation bot moved this to NEW USER REQUEST in Portal Oct 29, 2024
tfjanjua added a commit to tfjanjua/portal that referenced this issue Oct 29, 2024
@tfjanjua tfjanjua moved this from NEW USER REQUEST to IN REVIEW in Portal Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: IN REVIEW
Development

No branches or pull requests

1 participant