feat(prod): seed synthetic smoke admin admin@fuzefront.com (phase 2/2)#215
Merged
Conversation
… hook Set securityService.adminEmail=admin@fuzefront.com in values-prod so the idempotent seed-admin post-upgrade hook provisions the account used by the post-prod e2e smoke test (POST /api/auth/login). The address is confirmed absent in the prod users table, so the hook does a clean insert with the FUZEFRONT_ADMIN_PASSWORD sealed in PR #213 (rather than a no-op). Phase 2/2. The umbrella-chart sync this triggers runs the seed hook; the Secret already carries the matching password (phase 1 verified live). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session-Id: 12d59c09-4575-46ea-9be3-55fa02fdfdca
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Phase 2 of 2 — trigger the seed of the synthetic smoke account
Sets
securityService.adminEmail=admin@fuzefront.com. On merge, thefuzefrontumbrella-chart Argo sync runs the idempotentseed-adminpost-upgrade hook, which insertsadmin@fuzefront.com(confirmed absent in the produserstable) with theFUZEFRONT_ADMIN_PASSWORDre-sealed in #213 — already verified live in the Secret before this merge, so no stale-password race.Rendered check:
helm template … security-seed-job.yaml→FUZEFRONT_ADMIN_EMAIL: "admin@fuzefront.com"✓Follow-up (outside this PR): set
POST_PROD_EMAIL/POST_PROD_PASSWORDrepo secrets and runpost-prod-e2e.yml.🤖 Generated with Claude Code