groq/tailscale-buildkite-plugin
Shell
Captured source
source ↗groq/tailscale-buildkite-plugin
Description: Buildkite plugin to connect to your Tailscale network
Language: Shell
License: MIT
Stars: 1
Forks: 0
Open issues: 0
Created: 2025-10-07T20:26:15Z
Pushed: 2026-03-31T16:19:39Z
Default branch: main
Fork: no
Archived: no
README:
Tailscale Buildkite Plugin
A Buildkite plugin to connect to your Tailscale network.
Options
These are all the options available to configure this plugin's behaviour.
Required
tags (string)
The device tags this pipeline will use.
Optional
client-id (string)
The client ID. When set and no client-secret-env is supplied, workload identity federation is used.
client-secret-env (string)
The environment variable that the client secret is stored in.
audience (string)
The OIDC token audience. Defaults to tailscale.com.
hostname (string)
The hostname to use.
Defaults to buildkite-${BUILDKITE_AGENT_NAME:-$(hostname)}
timeout (number)
Connection timeout value in seconds.
Defaults to 120.
Examples
steps: - label: "🔨 Access my-service on the Tailnet" command: "curl http://my-service:8080" plugins: - groq/tailscale: # Export this value as part of the repo's hooks/pre-checkout client-secret-env: TAILSCALE_OAUTH_CLIENT_SECRET tags: tag:ci
📜 License
The package is available as open source under the terms of the MIT License.
Notability
notability 2.0/10Low stars, routine plugin repo