From 08d57ef4d48f0632b90b32c7d4f1edef54a7c81f Mon Sep 17 00:00:00 2001 From: Erich Blume Date: Thu, 2 Apr 2026 10:55:57 -0700 Subject: [PATCH] Review pulumi reference doc: fix Tailscale auth, add how-to links Co-Authored-By: Claude Opus 4.6 (1M context) --- docs/reference/tools/pulumi.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/reference/tools/pulumi.md b/docs/reference/tools/pulumi.md index 3af94cd..bdc7e8f 100644 --- a/docs/reference/tools/pulumi.md +++ b/docs/reference/tools/pulumi.md @@ -1,6 +1,7 @@ --- title: Pulumi -modified: 2026-02-12 +modified: 2026-04-02 +last-reviewed: 2026-04-02 tags: - reference - iac @@ -42,12 +43,14 @@ mise run tailnet-up # Apply ACL/tag changes ## Authentication -- **Gandi**: `GANDI_PERSONAL_ACCESS_TOKEN` environment variable -- **Tailscale**: `TAILSCALE_API_KEY` environment variable +- **Gandi**: `GANDI_PERSONAL_ACCESS_TOKEN` (fetched from 1Password by the mise task) +- **Tailscale**: `TAILSCALE_OAUTH_CLIENT_ID` + `TAILSCALE_OAUTH_CLIENT_SECRET` (fetched from 1Password by the mise task) - **Pulumi state**: Local backend (no Pulumi Cloud) ## Related +- [[gandi-operations]] — DNS PAT rotation and Pulumi workflow +- [[update-tailscale-acls]] — ACL editing and Pulumi workflow - [[gandi]] — DNS hosting - [[tailscale]] — Tailnet configuration - [[routing]] — How DNS records map to services