<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tailscale/feature/awsparamstore, branch awly/deadcode-pool</title>
<subtitle>The easiest, most secure way to use WireGuard and 2FA</subtitle>
<id>http://git.waynecole.info/tailscale/atom?h=awly%2Fdeadcode-pool</id>
<link rel='self' href='http://git.waynecole.info/tailscale/atom?h=awly%2Fdeadcode-pool'/>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/tailscale/'/>
<updated>2026-01-29T23:09:56Z</updated>
<entry>
<title>cmd/tailscale/cli: allow fetching keys from AWS Parameter Store</title>
<updated>2026-01-29T23:09:56Z</updated>
<author>
<name>Andrew Dunham</name>
<email>andrew@tailscale.com</email>
</author>
<published>2026-01-14T07:29:06Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/tailscale/commit/?id=bcceef36825278a7406dd38d2832f20540d698a0'/>
<id>urn:sha1:bcceef36825278a7406dd38d2832f20540d698a0</id>
<content type='text'>
This allows fetching auth keys, OAuth client secrets, and ID tokens (for
workload identity federation) from AWS Parameter Store by passing an ARN
as the value. This is a relatively low-overhead mechanism for fetching
these values from an external secret store without needing to run a
secret service.

Usage examples:

    # Auth key
    tailscale up \
      --auth-key=arn:aws:ssm:us-east-1:123456789012:parameter/tailscale/auth-key

    # OAuth client secret
    tailscale up \
      --client-secret=arn:aws:ssm:us-east-1:123456789012:parameter/tailscale/oauth-secret \
      --advertise-tags=tag:server

    # ID token (for workload identity federation)
    tailscale up \
      --client-id=my-client \
      --id-token=arn:aws:ssm:us-east-1:123456789012:parameter/tailscale/id-token \
      --advertise-tags=tag:server

Updates tailscale/corp#28792

Signed-off-by: Andrew Dunham &lt;andrew@tailscale.com&gt;
</content>
</entry>
</feed>
