This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Description
We have encountered a provisioning failure for your device test1-g7tqp-master-0.
The PacketAPI returns:
403 You are not authorized to view this device
Right now the MachineController tries over and over without an end. it does not sound great. Should we treat the error as we do when the controller receives a 404? We assume that the server is not running anymore and we make the reconciliation as a success. It is not ideal because 403 will may be fixed by generating a new API key. I think the API is not returning the right status code here.
@deitch