Tailscale ConfigurationΒΆ
Follow these steps to analyze Tailscale objects with Cartography.
Prepare your Tailscale API Key
Create an API Access Token in Tailscale
Populate an environment variable with the token. You can pass the environment variable name via CLI with the
--tailscale-token-env-varparameter.
Get your organization name from Tailscale and pass it via CLI with the
--tailscale-orgparameter.If your have a self hosted instance, configure the API Url using
--tailscale-base-url(default:https://api.tailscale.com/api/v2)