inaky-intc
inaky-intc
Current representation of the multi-value dialog for the inventory was taking a lot of vertical space, when we have plenty of horizontal available. This is the dialog that pops when...
Adds buttons to add/remove, functionality to list and download private keys and certificate files for SSL key/cert pairs associated to the unique Root CA associated to the allocation ID. 
Adds the ability to manage network tunnels from the WebUI 
The call to mktemp with a relative template name creates the temp directory wherever the thing logs in to, $HOME. If $HOME is read-only, then this fails. With this change,...
When creating ZeroDeployedServers, we got: ``` ... Unexpected exit code: 1 mktemp: failed to create directory via template tmp.XXXXXXXXXX: Read-only file system ... ``` Traced it to BaseRemoteMachine creating the...