metal-api
metal-api copied to clipboard
initiate headscale connection
Solves https://github.com/metal-stack/metal-api/issues/298
Also it's dependent on https://github.com/juanfont/headscale/pull/666 (PR to headscale to allow to init server with API Key) or similar solution.
cc @majst01, @Gerrit91 The only other option to init API Key that i can think of is to use SSH client during Headscale initialization in metal-api, which will be quite messy.
Also, current connection to Headscale is set as insecure, should we/can we establish TLS connection to it?