Commit Graph

2 Commits

Author SHA1 Message Date
Jeff Emmett b050eff37f feat: wire SMTP email credentials for noreply@rswag.online
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-25 00:09:08 -08:00
Jeff Emmett b35df552f7 feat: wire rswag backend to pull secrets from Infisical at startup
Add Python-based entrypoint.sh that authenticates with Infisical via
universal-auth, fetches secrets, and exports them as env vars before
starting uvicorn. Secrets like MOLLIE_API_KEY, PRODIGI_API_KEY,
PRINTFUL_API_TOKEN, JWT_SECRET, GEMINI_API_KEY, and FLOW_* vars are
now pulled from Infisical instead of being passed through docker-compose.

Gracefully degrades: if no INFISICAL_CLIENT_ID/SECRET are set or if
the fetch fails, the container starts with whatever env vars exist.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 19:36:35 -08:00