Skip to content
Nick Anderegg edited this page Oct 10, 2024 · 9 revisions

This wiki documents supplementary information necessary for using the sample-command-tailscaled example workflow.

Example of the sample command being run as-is

Obtain Tailscale auth key

To connect to a Tailscale network with this Command workflow, you will need to obtain an auth key for non-interactive logins with your Tailscale account. Please see the Tailscale documentation for more information on auth keys, and in particular, the Best Practices for using auth keys.

From the Keys page of the Tailscale admin dashboard:

  1. Click on Generate auth key...
  2. Configure the key to be Reusable
  3. Set the key as Ephemeral to ensure the container for your Command workflow is removed from your Tailscale network after it finishes running.

Screenshot of the Tailscale admin dashboard showing the proper settings to configure for your auth key

Clone this wiki locally