feat(cloudflared): wire tunnel token secret and document bootstrap

- Create SOPS-encrypted cloudflared-secrets.enc.yaml with tunnel token
- Add Cloudflare vars to .env.example (CLOUDFLARE_CONNECTOR_TOKEN, ACCOUNT_ID, TUNNEL_ID, API_TOKEN)
- Document Phase 0 cloudflared-token Secret creation in BOOTSTRAP.md (manual step until CMP plugin wires it)
- Note: Cloudflare-side TCP routing (cp1.homelab -> 192.168.1.213:6443, etc.) must be configured manually in Zero Trust dashboard

Tunnel already deployed as ArgoCD Application in k8s/argocd/apps/60-applications.yaml (wave 8); this closes the missing Secret gap and documents the bootstrap path.
This commit is contained in:
Story Crater Bot
2026-08-18 15:08:02 -07:00
parent 1168dc8417
commit dca0e7cb9a
4 changed files with 57 additions and 4 deletions
+11
View File
@@ -68,3 +68,14 @@ AUTHENTIK_TEMPORAL_CLIENT_ID=
# ── CI/CD ──────────────────────────────────────────────────────────────────────
# Forgejo Personal Access Token (from rock user) for pushing images to registry
FORGEJO_RIOTPIAO_PAT=
# ── Cloudflare Tunnel (remote off-LAN access to kubectl/talosctl) ──────────────
# From Cloudflare Zero Trust dashboard → Networks → Tunnels
# CLOUDFLARE_CONNECTOR_TOKEN: full tunnel token (JWT-like base64 string)
# CLOUDFLARE_ACCOUNT_ID: your account ID (hex string)
# CLOUDFLARE_TUNNEL_ID: tunnel UUID
# CLOUDFLARE_API_TOKEN: API token for programmatic tunnel config (optional)
CLOUDFLARE_CONNECTOR_TOKEN=
CLOUDFLARE_ACCOUNT_ID=
CLOUDFLARE_TUNNEL_ID=
CLOUDFLARE_API_TOKEN=