You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Add the following key in charts/templates/cronjob-backend-processes.yaml and charts/templates/deployment-backend-administration.yaml for calling BPDM Pool api.
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.Acceptance Criteria
charts/templates/cronjob-backend-processes.yaml
andcharts/templates/deployment-backend-administration.yaml
for calling BPDM Pool api.Corresponding Backend Ticket
eclipse-tractusx/portal-backend#1111
The text was updated successfully, but these errors were encountered: