$ID/$AUTH provision urls, regression
Created by: bjoto
In commit 7514d930 ("rework stboot configuration") a regression is introduced; ID/
AUTH is not replaced in the provisioning URL.
Further, the hostconfiguration printout is misspelled (Security and not Host) and weird:
[DEBUG] stboot: Security configuration: {
"Version": 1,
"IPAddrMode": 2,
"HostIP": null,
"DefaultGateway": null,
"DNSServer": null,
"NetworkInterface": null,
"ProvisioningURLs": [
{
"Scheme": "http",
"Opaque": "",
"User": null,
"Host": "10.0.2.10:8080",
"Path": "/$ID/apan/$AUTH/latest.json",
"RawPath": "",
"ForceQuery": false,
"RawQuery": "",
"Fragment": "",
"RawFragment": ""
}
],
"ID": "09B4D55443678F0128A39869FB060DA416BE2C984A986162C8DF20C3176DDC53",
"Auth": "AD17ED02C848B7656A277F7E47A04F9AE05E5C48AF41F687093BACAC91782A7D"
}