connecti icon indicating copy to clipboard operation
connecti copied to clipboard

azure connectivity trouble

Open serpentfabric opened this issue 1 year ago • 0 comments

after running:

❯ connecti connect azure --subnet-name="subnet-name" --virtual-network-name="vnet-name" --routes="10.0.0.0/16" --resource-group-name="rg-name" -D tailnet-name

the deployment succeeds and i see the resource but it does not show up as a machine in my tailnet.

i was instructed to log into the vm to troubleshoot the process but there doesn't seem to be a way a way to log into the machine because password auth is disabled and the key isn't exported as a stack secret:

❯ pulumi stack output --show-secrets --json { "connectiType": "azure", "privateKey": "" }

so not sure how to proceed

serpentfabric avatar Sep 25 '23 16:09 serpentfabric