Erik Nordmark
Erik Nordmark
First commit Refactors the verification of AuthContainer to prepare for the second commit which is validating the authcontainer when reading the checkpoint. PR also contains to unrelated changes: 3. The...
We've seen one case where the controller didn't have EscrowData and the device could not unseal the storage key due to the PCRs being different. This PR improves on the...
This enables OCI contrainers running on EVE-OS to use wireguard. Those are run using the same kernel as we have in the host. At some point in time maybe we...
This introduces a eve_inventory_server URL which can either be set from ipxe or in config/grub.cfg. If that is set it the EVE-OS will POST to that URL when it boots...
When we deploy a task on the Xen hypervisor we set the number of vCPUs based on what is in the API (which comes to domainmgr as a DomainConfig) and...
I don't know what and when this changed, but led0 no longer exists. Instead we have PWR and ACT.
We switched to RFC7217 but are not setting a secret hence the IPv6 addresses differ on each boot.
Using the example pattern of monitor.Connect() defer monitor.Disconnect() cmd := []byte(`{ "execute": "query-status" }`) raw, _ := monitor.Run(cmd) even after the Disconnect() has successfully completed and waiting for 10 seconds...
Using the example pattern of monitor.Connect() defer monitor.Disconnect() cmd := []byte({ "execute": "query-status" }) raw, _ := monitor.Run(cmd) even after the Disconnect() has successfully completed and waiting for 10 seconds...
We've added support in the API for this (https://github.com/lf-edge/eve/blob/master/api/proto/flowlog/flowlog.proto) and need to implement the DNS side of that. See also #100 We should be able to get dnsmasq to dump...