CI-001D2 source: guard staging email/password Auth - #672
Merged
Conversation
✅ Deploy Preview for luminous-fox-7c393f ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
Author
|
Self-review completed on exact head 2ee7a1c. Review findings: none. Security and operations review:
Residual risk: RUN_MPRC_FIREBASE_ACCOUNT is a fail-closed declaration, not cryptographic identity proof. The provider phase must mint the short-lived token with the explicit runmprc@gmail.com gcloud account, recheck no billing and zero users, deploy only exact merged main, read back provider and authorized-domain state, perform disposable synthetic create/sign-in/delete proof, and finish at zero users. This pull request intentionally does not claim any of that provider evidence. |
17 tasks
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.
Outcome
Adds a reviewable Firebase Auth source contract that enables only email/password and a fixed, guarded staging Auth deployment command. The provider remains uninitialized until this exact source is merged and separately deployed from main.
Refs #671.
Invariant and failure cases
Verification
Compatibility and rollback
This is additive configuration and test coverage. No schema or data migration exists. Before provider deployment, rollback is one reviewed revert. After provider deployment, the follow-up provider record must define the safe rollback or roll-forward from readback; never delete users or the Firebase project as an undo test.
Officer impact: Officers gain a no-terminal way to verify that source permits only a future staging email/password Auth operation. It does not make staging sign-in usable.
Officer documentation: OFFICER_START_HERE.md; docs/officers/README.md; docs/officers/PUBLISH_AND_CHECK.md; docs/officers/SYSTEM_MAPS.md; README.md; SYSTEM_DESIGN.md; SECURITY.md; IMPLEMENTATION_PLAN.md; OPERATIONS_RUNBOOK.md; GITHUB_ISSUES.md.
Deployment evidence: Source and local tests only. Firebase Auth is still uninitialized; no user was created; billing remains disabled from the pre-change read; staging Hosting version and empty Firestore boundary are unchanged by this pull request; production Firebase, Netlify, runmprc.com, DNS, Stripe, email, and other providers were not changed or verified.