agnes-the-ai-analyst/infra
ZdenekSrotyr 96bd06ba00 feat(auth): optional SEED_ADMIN_PASSWORD to pre-hash seed admin (dev helper)
Terraform gains enable_seed_password + seed_admin_password (sensitive) vars
on the customer-instance module; when enabled the password is piped via
startup-script into /opt/agnes/.env as SEED_ADMIN_PASSWORD. On first boot
app/main.py argon2-hashes it onto the seed user so the admin can log in
immediately without going through /auth/bootstrap. Never overwrites an
existing password_hash — safe against accidental reset on terraform apply.
2026-04-21 21:32:22 +02:00
..
examples/minimal infra: refactor Terraform into reusable customer-instance module 2026-04-21 16:18:35 +02:00
modules/customer-instance feat(auth): optional SEED_ADMIN_PASSWORD to pre-hash seed admin (dev helper) 2026-04-21 21:32:22 +02:00
.gitignore feat: add Terraform config for GCP deployment 2026-03-30 15:55:26 +02:00