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
Enhance Tailscale integration by adding OAuth support: update configuration to include OAuth client ID, secret, and scopes, modify Tailscale service to prioritize OAuth over API key, and update README with new authentication methods and deployment instructions. Update Dockerfile to use Go 1.23 and adjust environment variables in Docker Compose and Kubernetes manifests accordingly.
@@ -29,12 +43,28 @@ Navigate to `http://localhost:8080` to access the dashboard.
29
43
30
44
Go to the [Logs tab](https://login.tailscale.com/admin/logs) in your Tailscale Admin Console and ensure that Network Flow Logs are **enabled**. **Note**: This requires a **Premium** or **Enterprise** plan.
31
45
32
-
### Finding Your Tailscale Credentials
46
+
### Authentication Methods
47
+
48
+
TSFlow supports two authentication methods with Tailscale. You only need to configure one method.
0 commit comments