rdev/ai-lookup
jordan 1e853980e4 feat: inject provisioned credentials into component deployments
Components now automatically receive DATABASE_URL, REDIS_URL, and other
infrastructure credentials when deployed. Previously, credentials were
provisioned and stored but never injected into K8s deployments.

Changes:
- Add fetchProjectCredentials() to component_deploy.go
- Populate spec.Secrets before calling deployer.Deploy()
- Fix slackpath-4 to provision postgres + redis before services
- Add terminology docs to clarify platform vs skeleton code

This completes the infrastructure provisioning flow:
1. add-db → provisions CockroachDB, stores DATABASE_URL
2. add-service → deploys with DATABASE_URL in environment

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-05 00:09:15 -07:00
..
features feat: inject provisioned credentials into component deployments 2026-02-05 00:09:15 -07:00
patterns feat: Add multi-provider code agent interface with Claude Code and OpenCode adapters 2026-01-27 09:25:51 -07:00
services feat: add diagnostics endpoint and external health monitoring 2026-02-03 19:10:56 -07:00
index.md feat: inject provisioned credentials into component deployments 2026-02-05 00:09:15 -07:00
terminology.md feat: inject provisioned credentials into component deployments 2026-02-05 00:09:15 -07:00