The code for registration with the control plane is outdated. Currently, the SDK makes a POST request to /dataplanes/register (as seen here). But the respective control plane endpoint has been updated in the spec. It now expects a PUT to /dataplanes. We should update accordingly.
The code for registration with the control plane is outdated. Currently, the SDK makes a
POSTrequest to/dataplanes/register(as seen here). But the respective control plane endpoint has been updated in the spec. It now expects aPUTto/dataplanes. We should update accordingly.