Files
kima-hub/.github
Your Name ec40c235bb fix: generate random E2E credentials at runtime -- no hardcoded passwords in source
Each CI run generates a fresh random password with openssl rand, writes it to
GITHUB_ENV, and passes it to both create-e2e-user.sh and Playwright. The test
user is ephemeral (container torn down after the run) but the password is now
unique per run and never committed to source.

Previously KimaE2ETest2026! was hardcoded as a fallback -- an admin account
backdoor anyone with repo access could exploit on a production instance that
had run the setup script.
2026-03-16 22:54:31 -05:00
..
2025-12-25 18:58:06 -06:00