[ci skip] Update Authentik API token reference to terraform.tfvars

This commit is contained in:
Viktor Barzin 2026-02-17 22:03:55 +00:00
parent 79ce0db11c
commit 03651080bb
No known key found for this signature in database
GPG key ID: 0EB088298288D958

View file

@ -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`