Linaro / lite_bootstrap_server

Proof of concept certificate authority and bootstrap server
GNU General Public License v3.0
10 stars 6 forks source link

Provision to Azure is racy #40

Open d3zd3z opened 2 years ago

d3zd3z commented 2 years ago

The azure service will wait until provisioning is finished in order to start. However, if an actual provisioning needs to be done, this information will be available before the provisioning request has closed the socket. In a resource constrained environment, there might only be enough memory for a single TLS connection, and if Azure tries to open before this close happens, the azure connection will fail.