[ci skip] Update Authentik API token reference to terraform.tfvars
This commit is contained in:
parent
79ce0db11c
commit
03651080bb
1 changed files with 1 additions and 1 deletions
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue