Tailscale ConfigurationΒΆ

Follow these steps to analyze Tailscale objects with Cartography.

  1. Prepare your Tailscale API Key

    1. Create an API Access Token in Tailscale

    2. Populate an environment variable with the token. You can pass the environment variable name via CLI with the --tailscale-token-env-var parameter.

  2. Get your organization name from Tailscale and pass it via CLI with the --tailscale-org parameter.

  3. If your have a self hosted instance, configure the API Url using --tailscale-base-url (default: https://api.tailscale.com/api/v2)