openBackhaul / RegistryOffice

Apache License 2.0
2 stars 8 forks source link

The request body formulation for callback "PromptForBequeathingDataCausesTransferOfListOfAlreadyRegisteredApplications" during bequeath-your-data-and-die is wrong #412

Closed vanithavalluripalli9 closed 1 year ago

vanithavalluripalli9 commented 1 year ago

Problem Description:

PromptForBequeathingDataCausesTransferOfListOfAlreadyRegisteredApplications is one of the callbacks during bequeath-your-data-and-die service execution. As part of this callback all the registered applications will be transfered to New Release by executing register-application service. This callback is returning 400 Bad request error.

Root Cause : The request body of regsiter application contains embedding operation , client update operation , operation client update operation.While fetching the attributes to formulate request body client update operation , operation client update operation are also being assigned to embedding operation which is leading to 400 Bad request error.