tailscale / github-action

A GitHub Action to connect your workflow to your Tailscale network.
BSD 3-Clause "New" or "Revised" License
567 stars 87 forks source link

Tailnet lock enabled networks need persistent tailscaled state #132

Closed knyar closed 2 months ago

knyar commented 3 months ago

Trying to use the action in a Tailnet Lock enabled network would fail because the client does not support storing TKA state in memory:

TKA sync error: bootstrap: network-lock is not supported in this configuration, try setting --statedir

We should make statedir parameterizeable.