You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tailscale Auth Keys expire every 90 days (maximum) which makes it annoying to keep updating the Spacelift context with a new auth key every 3 months. The workaround/solution to this from Tailscale is to implement an OAuth client that can generate a tailscale auth key "just in time" whenever one is needed.
The easy way is probably to use tailscale's get-authkey utility to take in OAuth Token/secret and generate an auth key for spacetail to then consume.
The text was updated successfully, but these errors were encountered:
Tailscale Auth Keys expire every 90 days (maximum) which makes it annoying to keep updating the Spacelift context with a new auth key every 3 months. The workaround/solution to this from Tailscale is to implement an OAuth client that can generate a tailscale auth key "just in time" whenever one is needed.
The easy way is probably to use tailscale's
get-authkey
utility to take in OAuth Token/secret and generate an auth key for spacetail to then consume.The text was updated successfully, but these errors were encountered: