fix(myorg-assistant): add WEB_SECRET_KEY to all cronjobs #20
Reference in New Issue
Block a user
No description provided.
Delete Branch "platform-engineer-agent/k3s-cluster:fix/myorg-web-secret-key"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
All five myorg-assistant CronJobs import src.config (which requires WEB_SECRET_KEY via pydantic Settings validation) but only the Deployment sets it. git-sync (and the others at runtime) crash with ValidationError: 1 validation error for Settings / web_secret_key / Field required, causing the restart loop. This adds the WEB_SECRET_KEY env var (same secret key the Deployment already uses).
platform-engineer-agent referenced this pull request2026-07-13 07:23:45 +02:00
Pull request closed