From 03651080bbf6092bf9c67bdcf33552302dd950b7 Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Tue, 17 Feb 2026 22:03:55 +0000 Subject: [PATCH] [ci skip] Update Authentik API token reference to terraform.tfvars --- .claude/CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude/CLAUDE.md b/.claude/CLAUDE.md index 0120723e..cfe4d8ad 100755 --- a/.claude/CLAUDE.md +++ b/.claude/CLAUDE.md @@ -513,7 +513,7 @@ Skills are specialized workflows for common tasks. Located in `.claude/skills/`. - **Helm Chart**: `authentik` v2025.10.3 from `https://charts.goauthentik.io/` - **URL**: `https://authentik.viktorbarzin.me` - **API**: `https://authentik.viktorbarzin.me/api/v3/` -- **API Token**: Stored as "Claude API" token in Authentik UI (Directory → Tokens) +- **API Token**: Stored in `terraform.tfvars` as `authentik_api_token` (non-expiring, superuser, identifier: `claude-code-permanent`). Read with: `grep authentik_api_token terraform.tfvars | cut -d'"' -f2` - **Namespace**: `authentik` (tier: cluster) - **Architecture**: 3 server replicas + 3 worker replicas + 3 PgBouncer replicas + 1 embedded outpost - **Database**: PostgreSQL via `postgresql.dbaas:5432`, pooled through PgBouncer at `pgbouncer.authentik:6432`