-
Notifications
You must be signed in to change notification settings - Fork 22
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 #1111
Labels
enhancement
New feature or request
Comments
17 tasks
tfjanjua
added a commit
to tfjanjua/portal-backend
that referenced
this issue
Oct 25, 2024
6 tasks
tfjanjua
added a commit
to tfjanjua/portal-backend
that referenced
this issue
Oct 28, 2024
1 task
17 tasks
6 tasks
ntruchsess
pushed a commit
to tfjanjua/portal-backend
that referenced
this issue
Nov 20, 2024
tfjanjua
added a commit
to tfjanjua/portal-backend
that referenced
this issue
Dec 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.Corresponding Configuration Ticket
eclipse-tractusx/portal#471
Corresponding BPDM PR
PR: eclipse-tractusx/bpdm#1072
Acceptance Criteria
SET_CX_MEMBERSHIP_IN_BPDM
need be added for setting the Catena-X membership in BPDM.isCatenaXMember
status.MEMBERSHIP_CREDENTIAL
step but this new step could also be called as part ofAPPLICATION_ACTIVATION
type and called after theSET_MEMBERSHIP
step.Test Cases
Test Case 1: Verify
SET_CX_MEMBERSHIP_IN_BPDM
step as part of process workerTest Case 2: Verify
SET_CX_MEMBERSHIP_IN_BPDM
step as part of re-trigger process.SET_CX_MEMBERSHIP_IN_BPDM
step by removing the BPN.SET_CX_MEMBERSHIP_IN_BPDM
step.The text was updated successfully, but these errors were encountered: